Error
Catalog
List catalog products
Returns one page of the catalog read model, optionally filtered by status and sorted. Use page/pageSize (max 100) to walk the result; total/pageCount let you know when to stop. This is the read model — for a sellable price use the units operation.
GET
Error
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
Required range:
0 < x <= 9007199254740991Required range:
0 < x <= 100Available options:
active, inactive, all Available options:
name, brand, category Available options:
asc, desc Response
A page of product views with the pagination totals.
A page of product views with the pagination totals.
Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991Required range:
-9007199254740991 <= x <= 9007199254740991
