...
Request
Code Block | ||
---|---|---|
| ||
{ "channelOrderStatus": "Delivered", "locationCode": "l123", "channelShipmentDeliveredData": [ { { "shipmentCode": "UIfd897", "deliveredAt": "2020-10-16T20:22:28.000+00:00" }, { { "shipmentCode": "UIfd898", "deliveredAt": "2020-10-12T20:22:28.000+00:00" } } ] } |
Parameter Name | Data Type | Description | Mandatory |
| String | Code used by channels to identify a warehouse | no |
| String | Status of order at channel | no |
| Object[] | List of shipments delivered | yes |
| String | Shipment code of the shipment delivered | yes |
| String | Delivered time of the shipment | no |
...