2 augustus 2024
- Get list of picklistsGET
- Create picklistPOST
- Get count of picklistsGET
- Get preview draft picklistGET
- Get picklist by idGET
- Update picklistPUT
- Mutate (partial) picked allocationsPOST
- Get list of fulfillments in picklistGET
- Bulk Update fulfillment picklistsPUT
- Link fulfillment to picklistPOST
- Update fulfillmentPUT
- Unlink fulfillment from picklistDELETE
Get preview draft picklist
GET
https://api.pack.cloud/v1/warehouses/{warehouseId}/picklists/preview
Request
Path parameters
warehouseIdstring
Query parameters
filter[has_stock_location]array
Only include fulfillments that has these stock location names
filter[orders.recipient_address.country_code]array
Only include fulfillments that has recipient country
filter[quantity_items]integer
Only include fulfillments that contains x items
filter[quantity_products]integer
Only include fulfillments that contains x different products
filter[pickable]boolean
Only include fulfillments that are (non-)pickable
filter[release_at]datetime
Only include fulfillments that are available for picking at
fulfillments_countinteger
The maximum number of fulfillments to include
Response
OK
Body
OK
Body
OK
Body
OK
Body
OK