Inbound | POST |
Summary
This API is used to create a picklist for orders which are to be picked together.
Description
This API will release a picklist for a group of orders in USP and return a unique picklist ID for that.
Request
{ "channelId": "Myntra", "locationCode": "LOC1", "pickListCode": "externalPickListCode1", "orderList":[ { "channelOrderId": "Order12345" } ] }
Parameter Name | Data Type | Description | Mandatory |
| string | Channel for which the picklist is being released | yes |
locationCode | string | location for which the picklist is being released | yes |
pickListCode | string | external picklist reference. This will me mapped in USP for reference | no |
Response
Empty Body
HttpStatus : 200