Inbound | POST | /usp/picklist/add-order
...
Code Block |
---|
{ "pickListId":123, "channelIdchannelName": "Myntra", "locationCode": "LOC1", "orderList":[ { "orderCode": "Order12345" } ] } |
...
Parameter Name | Data Type | Description | Mandatory |
pickListId | int | PickList Id of an already released picklist | yes |
| string | Channel for which the picklist is being released | yes |
locationCode | string | location for which the picklist is being released | yes |
orderList | object[] | array of orders to be released | yes |
orderList.orderCode | string | marketPlace orderId | yes |
...