Resolve a product's markdown price (prix démarqué)
Resolves a product’s effective clearance price AT NOW: the latest step whose fromDate is on-or-before now wins (before the first step the master price stands). source names the layer that applied (master/fixed/percent). 404s for a product with no schedule.
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.
Path Parameters
The product/schedule key the markdown is authored against (the schedule id anchor).
1Response
The resolved effective price plus the trail of what applied.
The resolved effective price plus the trail of what applied.
The product the price was resolved for.
The master (base) gross price in cents.
0 <= x <= 9007199254740991The effective gross price at the queried instant, in cents.
0 <= x <= 9007199254740991Which layer set the price: master (no step yet), or the applied step's kind.
master, fixed, percent Id of the step that applied, when one did.
fromDate of the step that applied, when one did.

