Skip to main content

List Sales Orders (V2 Datatable)

GET 

/api/sales-orders/list

Paginated sales order listing for the Vue 3 datatable (Spatie QueryBuilder).

Each row includes ship_by_date (the ship-by deadline / ceiling), deliver_by_date, and hold_until_date (the earliest date the order may ship — a release floor used for preorders / held orders). Held orders also expose opens_at and hold_reason when reserved via a Shopify channel.

The response is standard Laravel pagination with an extra top-level unfiltered_total (total count ignoring filters).

Authentication: Requires Bearer token. Scope: orders (read).

Request

Responses

Successful response