Skip to content

Create picking batches

POST
/merchants/{merchantCode}/pickingBatches
curl --request POST \
--url https://order.shopgate.io/v1/merchants/example/pickingBatches \
--header 'Content-Type: application/json' \
--data '{ "locationCode": "warehouse", "pickingBatches": [ { "fulfillmentOrders": [ { "orderNumber": "10001-0001" } ] } ] }'

Create picking batches

merchantCode
required
string

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

Media typeapplication/json
object
locationCode
required
string
Example
warehouse
pickingBatches
required
Array<object>
>= 1 items
object
fulfillmentOrders
required
Array<object>
>= 1 items
object
orderNumber
string
Example
10001-0001
Media typeapplication/json
object
ids
Array<string>
errors
Array<object>
object
entityIndex
number
entity
string
entityId
string
code
number
message
string
subentityPath
Array<string | null | number>
Examplegenerated
{
"errors": [
{
"entityIndex": 1,
"entity": "example",
"entityId": "example",
"code": 1,
"message": "example",
"subentityPath": [
"example"
]
}
]
}

Merchant or Location not found

Media typeapplication/json