Error
Catalog
Get a product (produit) by id
Returns the full catalogue read model for one product (produit / article): its merchandising fields, taxonomy, and sellable SKUs with their références and code-barres (EAN). 404s when no product 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
The product id (e.g. prod-espresso).
Minimum string length:
1Response
The product read model.
The product read model.

