Skip to main content

Get Fulfillment Order Detail

GET 

/api/fulfillment-orders/:fulfillmentOrder

Returns a single FulfillmentOrder with its lines and warehouse eager-loaded. Each line exposes its quantity (the original budget) and remaining_quantity (the over-fulfilment backstop — units still available to consume via a SalesOrderFulfillmentLine).

Returns 404 if the feature flag is off or the FO does not exist.

Request

Responses

Successful response