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

id
string
required
Minimum string length: 1

Query Parameters

store
string
Minimum string length: 1

Response

The customer's priced purchase lines, newest ticket first.

ticketId
string
required
ticketNumber
string
required
storeId
string
required
capturedAt
string
required
skuId
string
required
quantity
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
unitPriceCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
lineTotalCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
Example: