...
...
...
Inbound |
...
PUTĀ |
...
/orders/{orderCode}/cancel
Summary
This API is used by Increff to push order cancellation to the channel.
...
Code Block |
---|
{ "orderCode":"H19304030001", "locationCode":"l123", "channelId":"l123", "orderItems":[ { "channelSkuCodeclientSkuId":"100000789702", "cancelledQuantity":1, "orderItemCode":"item123" }, { "channelSkuCodeclientSkuCode":"100000789703", "cancelledQuantity":4, "orderItemCode":"item124" } ] } |
Parameter Name | Data Type | Description | Mandatory | ||||
| String | Unique code used by channel to identify the order | yes | ||||
| String | Code used by channels to identify a warehouseno | yes | ||||
| String | Code used to identify the channel | yes | ||||
| Object[] | List of order items which has to be cancelled | yes | ||||
| string | SKU code of order item | yes | ||||
| Integer | Requested cancelled quantity of SKU. This should be less than ordered quantity | yes |
| String | This is provided by the channel to uniquely identify each order item. | yes |