List a product’s variants
GET/v1/menu/products/:id/variants
Returns the variant list for a product by its UUID: id, name, price, original_price, currency, sku, stock, stock_threshold, position per variant.
Required scope: menu:read
Request
Responses
- 200
- 401
- 403
- 404
- 422
The variant list.
Unauthenticated — the request is missing a credential, or the Bearer token / API key is invalid, expired, or revoked.
Insufficient scope — the credential is authenticated but lacks a scope the endpoint requires.
Not found — no resource matches the id in the path (or it belongs to a different company).
Validation failed — the request body failed schema validation. errors[] lists every offending field.