Skip to main content

Create Pick List

POST 

/api/v2/pick-lists

Create a pick list from fulfillment orders at one warehouse. Each order line is allocated to bins (split across bins as needed) and sequenced into a walk path; order lines already on an open pick list are skipped.

Body fields:

  • warehouse_id (required) — all orders must be at this warehouse.
  • fulfillment_order_ids (required, array) — the orders to pick.

Authentication: Requires Bearer token. Requires the sales_orders.fulfill permission. Returns 422 when the orders have nothing left to pick or no lines match the warehouse.

Request

Responses

Created

Response Headers
    Content-Type