- Get Inventory Batch
Get Inventory
Adjust Stock
Get Inventory By SKU
List Inventory Batches
Get Inventory Batch
This endpoint retrieves details for a single inventory batch by its unique batch ID.
- Inspecting a specific batch for available and unusable quantities. - Verifying batch expiry and manufacturing dates.
Security
OAuth2
- Mock serverhttps://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/batches/{batchId}
- Productionhttps://platform-api.quiqup.com/api/fulfilment/batches/{batchId}
- Staginghttps://platform-api.staging.quiqup.com/api/fulfilment/batches/{batchId}
curl -i -X GET \
'https://developer-docs.quiqup.com/_mock/openapi/api/fulfilment/batches/{batchId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "batch": { "available": 0, "batch_number": "string", "created_at": "2019-08-24T14:15:22Z", "expiry_date": "string", "id": "string", "manufacturing_date": "string", "unusable": 0, "updated_at": "2019-08-24T14:15:22Z" } }