Create Picklist
Learn how to create picklists for order item pickups efficiently within the 'Brokering WIP' documentation.
Creates a picklist of the order items to be picked up. To create a picklist, you will need to call the /createPicklist endpoint with the POST method.
Request
Endpoint
https://<host>/api/createPicklist
Example: https://demo-oms.hotwax.io/api/createPicklist
Header
Body
Note: Pass the data in form format.
facilityId
The ID of the facility
facilityId_o_0
The ID of the picklist bin
shipmentMethodTypeId_o_0
The ID of the shipment method type
itemStatusId_o_0
The ID of the item status
shipGroupSeqId_o_0
The ID of the ship group sequence
orderId_o_0
The ID of the order
orderItemSeqId_o_0
The ID of the order item sequence
productId_o_0
The ID of the product
quantity_o_0
The quantity of the items
inventoryItemId_o_0
The ID of the inventory item
picked_o_0
The number of items to be picked
_rowSubmit_o_0
pickerIds
The ID of the picker
Response
Header
Body
picklistId_o_0
The ID of the picklist
picklistBinId_o_0
The ID of the picklist bin
itemStatusId_o_0
The ID of the item status
picklistId
The ID of the picklist
picklistBinId
The ID of the picklist bin
productId_o_0
The ID of the product
Last updated