/
Add Orders to PickList
Add Orders to PickList
Inbound | POST | /usp/picklist/add-order
Summary
This API is used to add more orders to an already created picklist
Description
This API when invoked will add the orders passed in the request to an already created picklist.
Orders should be of the same Fulfillment Location and Channel for which the provided picklist ID was created.
Request
{
"pickListId":123,
"channelName": "Myntra",
"locationCode": "LOC1",
"orderList":[
{
"orderCode": "Order12345"
}
]
}
Parameter Name | Data Type | Description | Mandatory |
| int | PickList Id of an already released picklist | Yes |
| string | Channel for which the picklist is being released | Yes |
| string | location for which the picklist is being released | Yes |
| object[] | array of orders to be released | Yes |
| string | marketPlace orderId | Yes |
Response
Null
HttpStatus : 200
Related content
Handover Notification
Handover Notification
Read with this
Create Picklist for Orders In Increff OMS
Create Picklist for Orders In Increff OMS
More like this
Push Outward Order Events API
Push Outward Order Events API
Read with this
Add Items to Existing Return Orders API (Beta)
Add Items to Existing Return Orders API (Beta)
More like this
Listing Creation For EFS
Listing Creation For EFS
Read with this
Update Order Properties API
Update Order Properties API
More like this