Error
Orders
Get an order by id
Returns the full order read model for one order — its lifecycle status, the fulfillingStoreId (null until routed), the customer and the ordered lines. 404s when no order carries the given id.
GET
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 order read model.
The order read model.
Available options:
web, marketplace, mobile-app, in-store Available options:
click-and-collect, ship-from-store, endless-aisle Available options:
captured, accepted, fulfilled, cancelled, rejected 
