Versions Compared

Key

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

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

...

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

...

Parameter Name

Data Type

Description

Mandatory

pickListId

int

PickList Id of an already released picklist

yes

channelIdchannelName

string

Channel for which the picklist is being released

yes

locationCode

string

location for which the picklist is being released

yes

orderList

object[]

array of orders to be released

yes

orderList.orderCode

string

marketPlace orderId

yes

...