Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inbound | POST | /usp/picklist/add-order

...

This API is used to add more orders to an already created picklist in USP system.

Description

  • This API when invoked will add the orders passed in the request to an already created pick list in USP system.

  • Orders should be of the same fulfillment location and channel for which the provided picklist ID was

...

  • created.

 RequestRequest

Code Block
languagejson
{
    "pickListId":123,
    "channelName": "Myntra",
    "locationCode": "LOC1",
    "orderList":[
      {
        "orderCode": "Order12345"
      }
    ]
}

...

yes

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

yesYes

locationCode

string

location for which the picklist is being released

yesYes

orderList

object[]

array of orders to be released

yesYes

orderList.orderCode

string

marketPlace orderId

yesYes

Response

Null 

HttpStatus : 200