- List Inventory Batches
Get Inventory Batch
Get Inventory
Adjust Stock
Get Inventory By SKU
List Inventory Batches
This endpoint retrieves batch-level inventory data for a specific product identified by its SKU. Each batch includes its batch number, expiry date, manufacturing date, and quantity breakdown.
- Viewing batch-level stock breakdown for a batch-managed product. - Filtering batches by expiry date to identify stock expiring soon. - Looking up a specific batch by batch number.
Security
OAuth2
- Mock serverhttps://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inventory/{sku}/batches
- Productionhttps://platform-api.quiqup.com/api/fulfilment/inventory/{sku}/batches
- Staginghttps://platform-api.staging.quiqup.com/api/fulfilment/inventory/{sku}/batches
curl -i -X GET \
'https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/inventory/{sku}/batches?batch_number=string&expiring_before=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "batches": [ { … } ] }