Inbound | POST | /usp/picklist/add-order
Summary
This API is used to add more orders to an already created picklist.
Description
This API will add orders to an already created pick list. Orders should be of the same location and channel for which the provided picklist ID was released.
Request
{ "pickListId":123, "channelName": "Myntra", "locationCode": "LOC1", "orderList":[ { "orderCode": "Order12345" } ] }
Parameter Name | Data Type | Description | Mandatory |
pickListId | int | PickList Id of an already released picklist | yes |
channelName | 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 |
Response
Null
HttpStatus : 200