Inbound | POST | /usp/picklist/create

Summary

This API is used to create picklist for orders which are to be picked together as part of a Pick Order Group (POG).

Description

This API will release the picklist for a group of orders belonging to a Pick Order Group in USP and return a unique picklist ID for that to the external system.

Request

{
    "channelName": "Myntra",
    "locationCode": "LOC1",
    "pickListCode": "externalPickListCode1",
    "orderList":[
      {
        "orderCode": "Order12345"
      }
    ]
}