Skip to end of banner
Go to start of banner

Add Orders to PickList in Increff OMS

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Current »

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

Summary

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.

Request

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

 

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

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

Response

Null

HttpStatus : 200

  • No labels