Cancel Dispatch Orders
messageType: logistics.dispatchOrderCancelation
Cancels Dispatch Order created before
💡
- Dispatch order can be cancelled while in status
10
(open with error),20
(open). - Dispatch order cannot be cancelled once the picking started in the warehouse.
- Optionally, a response can be sent towards customer with status > cancelled or not cancelled (due to some reason)
Filename format: <location>_<operative>_CDO_<YYYYMMDD>_<uniqueId>.<extensions>
Sample files
{
"messageHeader":{...},
"dispatchOrderCancellation":{...}
}
Sample files
Property | Type | Mandatory | Description |
---|---|---|---|
messageHeader | MessageHeader | M | Message header information |
dispatchOrderCancellation | DispatchOrderCancelation | M | Dispatch order |
DispatchOrderCancellation
"...": {
"warehouse": {...},
"customerReference1": "test_order",
"status": "cancel"
}
Property | Type | Mandatory | Description |
---|---|---|---|
warehouse | Warehouse | M | Warehouse information |
customerReference1 | string | M | Reference, all lines with the same reference are one dispatch order, Used to locate the Dispatch order in our system |
status | string | M | Status of the message, cancel |