Skip to main content

List Fulfillment Orders for a Sales Order

GET 

/api/sales-orders/:salesOrder/fulfillment-orders

Lists every FulfillmentOrder attached to a SalesOrder with eager-loaded lines + warehouse. Powers the Pending sub-tab in the Vue3 SO detail page.

Returns 404 if the feature flag is off.

Response is a JSON:API-style resource collection (no pagination — typically a handful of FOs per SO).

Request

Responses

Successful response