Skip to main content
POST
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 written-off order: unrepairable, updatedAt re-stamped. The full 3600-cent acompte is now owed back to the customer.

The written-off order: unrepairable, updatedAt re-stamped. The full 3600-cent acompte is now owed back to the customer.

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