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.
Parameter | Description | Required (Y/N) |
---|---|---|
| The ID of the facility | |
| The ID of the picklist bin | |
| The ID of the shipment method type | |
| The ID of the item status | |
| The ID of the ship group sequence | |
| The ID of the order | |
| The ID of the order item sequence | |
| The ID of the product | |
| The quantity of the items | |
| The ID of the inventory item | |
| The number of items to be picked | |
| ||
| The ID of the picker |
Response
Header
Body
Parameter | Description |
---|---|
| The ID of the picklist |
| The ID of the picklist bin |
| The ID of the item status |
| The ID of the picklist |
| The ID of the picklist bin |
| The ID of the product |
Last updated