Skip to main content

RecipeIngredient

A single ingredient line within a SKU recipe.

ingredientIdstring

Reference to the item used as an ingredient.

Example: 2087
ingredientNamestring

Display name of the ingredient.

Example: Organic Tahini
inventoryCodestring

The inventory tracking code for this item (e.g., INV-000312). Matches the inventoryCode on the Item object.

Example: INV-000312
sequenceOrderinteger

The order in which this ingredient should be added during production. Starts at 1.

Example: 1
quantitynumber

Amount of this ingredient required for one batch (as defined by the SKU's batchSize).

Example: 12.5
unitstring

Unit of measure for the quantity.

Example: lbs
notesstring

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"
}