Inbound | POSTÂ | /usp/ manifest
...
This API will manifest the orders in Increff OMS system and the respective marketplace passed in channelName
.
...
Code Block | ||
---|---|---|
| ||
{
"locationCode": "l123",
"channelName": "Myntra",
"transporter": "sku123",
"orderCodes": ["101","102","103"]
} |
Parameter Name | Data Type | Description | Mandatory |
| String | Code used by channels to identify a warehouse | Yes |
| String | Code used to identify a channel | Yes |
| String | Courier partner name | Yes |
| String[] | These are the order codes to be added in the manifest. | Yes |
...