11 juli 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 count of picklists
GET
https://api.pack.cloud/v1/warehouses/{warehouseId}/picklists/count
Request
Path parameters
warehouseIdstring
Query parameters
filter[assigned_to_user_id]string
Include picklists that are assigned to a specific user id
filter[status]array
Include picklists that has status
Allowed values:createdpickingpickedcompleted
Response
OK
Body
countinteger
OK
Body
countinteger
OK
Body
countinteger
OK
Body
countinteger
OK
Body
countinteger