ItemRecipeUsage
A SKU recipe that uses a specific item as an ingredient.
skuIdstring
Reference to the SKU whose recipe includes this item.
Example:
1042skuNamestring
Display name of the SKU.
Example:
Roasted Garlic Hummusquantitynumber
Amount of this item consumed per batch of the SKU.
Example:
12.5unitstring
Unit of measure for the quantity.
Example:
lbsItemRecipeUsage
{
"skuId": "1042",
"skuName": "Roasted Garlic Hummus",
"quantity": 12.5,
"unit": "lbs"
}