Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

productId
string
required

The product/schedule key the markdown is authored against (the schedule id anchor).

Minimum string length: 1

Response

The resolved effective price plus the trail of what applied.

The resolved effective price plus the trail of what applied.

productId
string
required

The product the price was resolved for.

masterCents
integer
required

The master (base) gross price in cents.

Required range: 0 <= x <= 9007199254740991
effectiveCents
integer
required

The effective gross price at the queried instant, in cents.

Required range: 0 <= x <= 9007199254740991
source
enum<string>
required

Which layer set the price: master (no step yet), or the applied step's kind.

Available options:
master,
fixed,
percent
appliedStepId
string

Id of the step that applied, when one did.

appliedFrom
string

fromDate of the step that applied, when one did.