...
This API will release a picklist for a group of orders in USP and return a unique picklist ID for that.
 Request
Code Block |
---|
{ "channelIdchannelName": "Myntra", "locationCode": "LOC1", "pickListCode": "externalPickListCode1", "orderList":[ { "orderCode": "Order12345" } ] } |
...