Error
A valid request URL is required to generate request examples{
"id": "quote-ok",
"customerId": "cust-1",
"storeId": "store-rivoli",
"currency": "EUR",
"lines": [
{
"description": "Custom sofa",
"skuId": null,
"quantity": 1,
"unitPriceCents": 120000,
"vatRate": 20
}
],
"validUntil": "2030-01-01T00:00:00.000Z",
"status": "accepted",
"revision": 0,
"actorId": "user-camille",
"createdAt": "2026-07-28T09:00:00.000Z"
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}Checkout
Accept a quote
Records the customer’s acceptance of a sent quote, flipping it to accepted (only while still within its validity window). 404s for an unknown quote; 422s when the quote is not sent or its validity has lapsed.
POST
/
v1
/
quotes
/
{quoteId}
/
accept
Error
A valid request URL is required to generate request examples{
"id": "quote-ok",
"customerId": "cust-1",
"storeId": "store-rivoli",
"currency": "EUR",
"lines": [
{
"description": "Custom sofa",
"skuId": null,
"quantity": 1,
"unitPriceCents": 120000,
"vatRate": 20
}
],
"validUntil": "2030-01-01T00:00:00.000Z",
"status": "accepted",
"revision": 0,
"actorId": "user-camille",
"createdAt": "2026-07-28T09:00:00.000Z"
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123,
"fieldErrors": [
{
"field": "<string>",
"message": "<string>"
}
]
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}{
"error": {
"code": "VALIDATION_FAILED",
"message": "<string>",
"statusCode": 123
}
}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
Id of the quote (devis) to read or transition.
Minimum string length:
1Response
The quote, now accepted.
The quote, now accepted.
Show child attributes
Show child attributes
Available options:
draft, sent, accepted, expired, cancelled Required range:
0 <= x <= 9007199254740991
