Resolve a kit's price and explosion (nomenclature)
Previews a kit’s price (from its components via the server’s price authority, or the override) and the explosion of selling ?quantity=<n> of it (default 1): the component stock movements = n × each component quantity. missingSkuIds lists components the server could not price (treated as 0 in the subtotal). 404s for an unknown or deactivated kit.
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 kit (coffret) id (e.g. kit-decouverte).
1Query Parameters
How many kits to explode (positive integer). Defaults to 1.
0 < x <= 9007199254740991
