Skip to main content

ItemRecipeUsage

A SKU recipe that uses a specific item as an ingredient.

skuIdstring

Reference to the SKU whose recipe includes this item.

Example: 1042
skuNamestring

Display name of the SKU.

Example: Roasted Garlic Hummus
quantitynumber

Amount of this item consumed per batch of the SKU.

Example: 12.5
unitstring

Unit of measure for the quantity.

Example: lbs
ItemRecipeUsage
{
"skuId": "1042",
"skuName": "Roasted Garlic Hummus",
"quantity": 12.5,
"unit": "lbs"
}