Skip to main content

Fulfill Pick List

POST 

/api/v2/pick-lists/:pickList/fulfill

Fulfill a completed pick list — ship each picked / short-picked line from the exact bin it was pulled from, creating one fulfillment per sales order. Skipped and unpicked units stay open for a later pick.

Authentication: Requires Bearer token. Scope: warehouses. Permission: sales_orders.fulfill.

The pick list must be Completed and not already fulfilled (idempotent — a 422 is returned otherwise). Returns the updated pick list plus a summary of fulfilled and failed orders.

Request

Responses

OK

Response Headers
    Content-Type