Error
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
Error
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
Minimum string length:
1Response
The quote, now accepted.

