RECEIVE Dispatch Order Status
messageType: logistics.dispatchOrderStatus
Receive dispatch order status from logistics management system.
Filename format: <location><operative>_ST_<YYYYMMDD>_<uniqueId>.extension
Sample files
{
"messageHeader":{...},
"DispatchOrderStatus":{...}
}| Property | Type | Mandatory | Description |
|---|---|---|---|
| messageHeader | MessageHeader | M | Message header information |
| dispatchOrderStatus | DispatchOrderStatus | M | Dispatch order |
DispatchOrderStatus
... {
"warehouse":{...},
"customerReference1":"CCED542",
"statusTypeIdentifier":"KLCRT",
"statusTypeName":"Picking started"
}| Property | Type | Mandatory | Description |
|---|---|---|---|
| warehouse | Warehouse | M | Message header information |
| customerReference1 | String | M | Reference from customer, taken from the corresponding dispatch order. |
| statusTypeIdentifier | String | M | Valid values: KLCRT, KLSTR, KLCON, KLLOA |
| statusTypeName | String | M | Valid values: Picking list created, Picking started, Picking confirmed, Loading confirmed |