Create Picklist for Orders In Increff OMS

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" } ] }

 

Parameter Name

Data Type

Description

Mandatory

channelName

string

Channel for which the picklist is being released

Yes

locationCode

string

location for which the picklist is being released

Yes

pickListCode

string

External picklist reference identifier.

This will be mapped in USP for reference

No

orderList

object[]

array of orders to be released

Yes

orderList.orderCode

string

marketPlace orderId

Yes

 Response

{ "pickListId": 123 }

 

Parameter Name

Data Type

Description

Mandatory

pickListId

int

This is Internal picklistId reference generated in USP

Yes

 

HttpStatus : 200