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

orderId
string
required
Minimum string length: 1

Response

The repair order in its current lifecycle state.

The repair order in its current lifecycle state.

id
string
required
article
object
required
issueDescription
string
required
quoteAmountCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
depositAmountCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
expectedPickupDate
string
required
customerId
string
required
storeId
string
required
status
enum<string>
required
Available options:
intake,
in_workshop,
ready,
collected,
unrepairable
actorId
string
required
createdAt
string
required
updatedAt
string
required