Saltar al contenido principal

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 endpoints
  • conceptual-ingredients - an ordinary ingredient; a recipe or supply defined it, and any recipe or supply may redefine it

Request

Responses

The product and its calculated values