List processed returns (retours)
Returns one page of the processed returns / avoirs (the caisse ‘Retours’ journal), optionally narrowed by store and/or the originalTransactionId a return was raised against. Use page/pageSize (max 100) to walk the result; total/pageCount tell you when to stop. This is the read source for the returns journal tab. A calendar-day facet is not offered — returns carry no persisted timestamp yet. This router never writes here.
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
Narrow to one store's returns (retours / avoirs) by store id.
Narrow to the returns raised against one original charge transaction (vente).
1-based page number (default 1).
0 < x <= 9007199254740991Rows per page, max 100 (default 20).
0 < x <= 100Response
A page of processed returns with the pagination totals.
A page of processed returns with the pagination totals.
-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991
