Skip to main content

List Fulfillment Orders (Data Table)

GET 

/api/fulfillment-orders/list

Paginated, filtered, sorted list of FulfillmentOrders across ALL sales orders — the data source for the top-level Fulfillment Orders data table (a sibling of the Fulfillments table). Distinct from GET /api/fulfillment-orders (the active dispatch board): this list endpoint includes closed/cancelled FOs and supports the full filter/sort/paginate surface.

Each row eager-loads warehouse, salesOrder (for sales_order_number), lines.salesOrderLine.product (for the expandable line rows), and the requested shipping method.

Filters also accept the Advanced-Filters base64 filter_groups tree (the chips/modal send operator-suffixed keys such as status.is, created_at.between); both flat filter[col] and filter_groups flow through the same Spatie QueryBuilder + GroupedFilterSupport pipeline.

Returns standard Laravel pagination — items directly under data[] (NOT data.data). Authenticate with a Personal Access Token.

Request

Responses

OK

Response Headers
    Content-Type