- Get Inventory By SKU
Get Inventory Batch
Get Inventory
Adjust Stock
List Inventory Batches
Get Inventory By SKU
This endpoint retrieves inventory details for a specific product using its unique productId. The response includes stock availability, storage location, and last update timestamp.
- Checking real-time stock levels for a specific product.
- Verifying if a product is available in a fulfilment centre.
- Monitoring stock movements to optimise replenishment.
Security
OAuth2
- Mock serverhttps://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inventory/{sku}
- Productionhttps://platform-api.quiqup.com/api/fulfilment/inventory/{sku}
- Staginghttps://platform-api.staging.quiqup.com/api/fulfilment/inventory/{sku}
curl -i -X GET \
'https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inventory/{sku}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success response
Response
{ "available": 0, "cost": "string", "created_at": "2019-08-24T14:15:22Z", "damaged": 0, "expiry_groups": [ { … } ], "inbound_state": "string", "product": { "availability_status": 0, "barcode": "string", "batch_management": true, "cost_price": 0, "country_code_of_origin": "string", "created_at": "2019-08-24T14:15:22Z", "currency": "AED", "description": "string", "dimensions": {}, "expiry_management": true, "harmonized_system_code": "string", "id": "string", "image": "string", "inbound_expiry_threshold_days": 0, "inventory_tracked": true, "name": "string", "outbound_expiry_threshold_days": 0, "partner_product_id": "string", "platform_price": 0, "requires_shipping": true, "retail_price": 0, "selling_price": 0, "sku": "string", "status": "active", "total_sales": 0, "track_expiry": true, "type": "string", "updated_at": "2019-08-24T14:15:22Z", "vendor": "string", "weight": 0, "weight_unit": "string" }, "product_id": "string", "qc_hold": 0, "reserved": 0, "total": 0, "tracked": true, "updated_at": "2019-08-24T14:15:22Z", "vendor": "string" }