Get a product
GET/products/:id
Retrieve a product together with its calculated values.
The same call also resolves an ordinary ingredient that a recipe or supply created under this
id. The type field says which of the two you got - and it is the very type you would use to
reference it from a recipe:
products- write-protected; only the product endpoints may change itconceptual-ingredients- an ordinary ingredient; any recipe or supply may overwrite it
Request
Responses
- 200
- 401
- 404
The product and its calculated values
No authorization - valid API key not provided
Resource not found