Skip to content

List Inventory Batches

Request

List Batches for a Product

Description

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.

Use Cases

  • 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
Path
skustringrequired
Query
batch_numberstring

Filter by batch number (exact match)

expiring_beforestring

Filter batches expiring on or before this date (YYYY-MM-DD)

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>'

Responses

Success response

Bodyapplication/json
batchesArray of objects(Array of inventory batches )required
Response
{ "batches": [ {} ] }