List orders (commandes)
Returns one page of the omnichannel order (commande) read model, optionally filtered by status and channel and sorted (capturedAt / total / id). Use page/pageSize (max 100) to walk the result; total/pageCount tell you when to stop. Reach for it to browse the OMS backlog.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
1-based page number (default 1).
0 < x <= 9007199254740991Rows per page, max 100 (default 20).
0 < x <= 100Filter by order (commande) lifecycle status.
captured, accepted, fulfilled, cancelled, rejected Filter by capture channel (e.g. web | store).
web, marketplace, mobile-app, in-store Sort key: capturedAt | total | id (default capturedAt).
capturedAt, total, id Sort direction (default desc).
asc, desc Response
A page of order views with the pagination totals.
A page of order views with the pagination totals.
-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991
