Error
Catalog
List a store's price overrides
Returns every store-scoped override authored for a store (the back-office authoring grid). Pass ?store=<id> — it is REQUIRED (a request without it 400s). Each override REPLACES the base catalog price for its (store, sku) while active. For the resulting sellable price a till uses, read GET /products/:id/units?store=<id> instead.
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.
Response
The store's authored override records.
The store's authored override records.

