Aller au contenu principal

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 it
  • conceptual-ingredients - an ordinary ingredient; any recipe or supply may overwrite it

Request

Responses

The product and its calculated values