GetPickingBatch
| Field | Type | Required | Description |
|---|---|---|---|
id |
string |
||
status |
PickingBatchStatus | one of: open, inProgress, picked, packing, packed, canceled |
|
startedDate |
string |
||
locationCode |
string |
||
pickedDate |
string |
||
completedDate |
string |
||
fulfillmentOrders |
array[object] |
Example
Section titled “Example”{ "id": "a4a93e83-5781-40da-8bff-b87af0452afe", "status": "open", "startedDate": "2021-09-20T08:13:54.866Z", "locationCode": "warehouse", "pickedDate": "2021-09-20T09:00:11.866Z", "completedDate": "2021-09-20T10:32:42.866Z", "fulfillmentOrders": [ {} ]}
