RecipeIngredient
A single ingredient line within a SKU recipe.
ingredientIdstring
Reference to the item used as an ingredient.
Example:
2087ingredientNamestring
Display name of the ingredient.
Example:
Organic TahiniinventoryCodestring
The inventory tracking code for this item (e.g., INV-000312). Matches the inventoryCode on the Item object.
Example:
INV-000312sequenceOrderinteger
The order in which this ingredient should be added during production. Starts at 1.
Example:
1quantitynumber
Amount of this ingredient required for one batch (as defined by the SKU's batchSize).
Example:
12.5unitstring
Unit of measure for the quantity.
Example:
lbsnotesstring
Optional operator notes for this ingredient (e.g., "add slowly while mixing").
RecipeIngredient
{
"ingredientId": "2087",
"ingredientName": "Organic Tahini",
"inventoryCode": "INV-000312",
"sequenceOrder": 1,
"quantity": 12.5,
"unit": "lbs",
"notes": "string"
}