Get a product
GET/products/:id
Retrieve a product together with its calculated values.
Products and ordinary ingredients share one id namespace, so this call returns whichever holds
the id. The type field says which - and it is the type you use to reference it from a recipe:
products- a product; update it through the product endpointsconceptual-ingredients- an ordinary ingredient; a recipe or supply defined it, and any recipe or supply may redefine it
Request
Responses
- 200
- 401
- 404
The product and its calculated values
No authorization - valid API key not provided
Resource not found