Skip to main content

Get Fulfillment Order Line Items

GET 

/api/fulfillment-orders/:fulfillmentOrder/line-items

The FO's lines (sku / name / product_id / quantity / remaining_quantity) for the list view's lazily-loaded expandable rows. Mirrors the SOF / PO line-items endpoints. quantity is the FOL budget; remaining_quantity is the amount still to be fulfilled.

Required scope: orders:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authenticate with a Personal Access Token.

Fulfillability: each line carries fulfillable_quantity and unfulfillable_quantity, computed against the FulfillmentOrder's own (intent) warehouse — not the SalesOrderLine's warehouse_id. The warehouse block's tracks_inventory flag is false for externally-managed warehouses (Amazon FBA/AWD).

Request

Responses

OK

Response Headers
    Content-Type