...
...
Inbound | PUT | /
...
usp/order/cancel
Summary
This API is will be used by Increff EFS to push order cancellation to the channelmark any order as cancelled or partially cancelled.
Description
...
The cancelled quantity in the payload will always be the absolute quantity.
One payload can
...
contain information for only one order and
...
every SKU will be present only once.
This API call can be
...
called by External system till the Shipment is Invoiced.
Request
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
...
|
Parameter Name | Data Type | Description | Mandatory |
| String | Unique code used by channel to identify the order | yes |
| String | Code used to identify a warehouse | yes |
channelId
| 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 |