cURL
curl --request GET \ --url https://shelfforce.ai/api/v1/inventory/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "sku": "<string>", "brand": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "description": "<string>", "category": "<string>", "subcategory": "<string>", "sizeValue": 123, "sizeUnit": "<string>", "expectedPrice": 123, "currency": "<string>", "imageUrl": "<string>", "upc": "<string>" } }
Retrieves full details for a single inventory item.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Inventory item ID.
"inv_a1b2c3"
Inventory item details.
Show child attributes