Inbound | POST | / handover
Summary
This API will handover the orders in OMS and required marketplace.
Description
Request
{ "locationCode": "l123", "channelId": "Myntra", "transporter": "sku123", "orderCodes": [] }
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 |
Response
{ "successList": [], "failureList": [] }
HttpStatus : 200
Parameter Name | Data Type | Description | Mandatory |