Skip to content

Generate picking batch

POST
/merchants/{merchantCode}/pickingBatches/generate
curl --request POST \
--url https://order.shopgate.io/v1/merchants/example/pickingBatches/generate \
--header 'Content-Type: application/json' \
--data '{ "locationCode": "warehouse", "fulfillmentOrderCount": 3 }'

Generate picking batch

merchantCode
required
string

Unique merchant code which represents the unique “merchant account”.

Media typeapplication/json
object
locationCode
required
string
Example
warehouse
fulfillmentOrderCount
required
number
>= 1
Example
3

ID of generated picking batch

Media typeapplication/json
object
id
string
Example
{
"id": 42
}

Merchant, Location or Fulfillment orders not found

Media typeapplication/json