Skip to content

Update picking batch

POST
/merchants/{merchantCode}/pickingBatches/{pickingBatchId}
curl --request POST \
--url https://order.shopgate.io/v1/merchants/example/pickingBatches/example \
--header 'Content-Type: application/json' \
--data '{ "status": "canceled" }'

Update picking batch

merchantCode
required
string

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

pickingBatchId
required
string
Media typeapplication/json
object
status
required
string
Allowed values: canceled picked

Picking batch updated

Media typeapplication/json

Merchant or Picking Batch not found

Media typeapplication/json

Conflict Error

Media typeapplication/json