Sku
Full SKU detail, including recipe, production config, allergens, and nutritional data.
Unique identifier for the SKU.
1042The product name, meant to be displayable to operators and customers.
Roasted Garlic HummusThe version number of this SKU snapshot. Starts at 1 and increments each time the formulation is updated. Work orders lock to the version that was current when they were created.
2Whether this SKU is currently available for production. Inactive SKUs cannot be assigned to new work orders.
Possible values: [active, inactive]
activeFree-text description of the product.
The quantity produced in a single production batch. Ingredient quantities in the recipe are specified for this batch size.
500Unit of measure for the batch size (e.g., gal, lbs, units).
lbsClassification of the product. Common values include finished_good and wip (work-in-progress).
finished_goodEstimated total production time for one batch, in minutes. Calculated from the hours and minutes configured in Keychain OS.
360Number of operators needed to run this production line for this SKU.
2Allergens this SKU must not contain. Keychain OS uses this list to flag ingredient conflicts during recipe management.
["peanuts","soy"]nutritionalInfo object
Nutritional information as free-form key/value pairs (e.g., calories, fat, protein). Structure varies by product.
Nutritional information as free-form key/value pairs (e.g., calories, fat, protein). Structure varies by product.
URLs of product images stored in Keychain OS.
recipe object[]
The full ingredient list for one batch of this SKU. Each entry specifies the item, quantity, and unit.
Reference to the item used as an ingredient.
2087Display name of the ingredient.
Organic TahiniThe inventory tracking code for this item (e.g., INV-000312). Matches the inventoryCode on the Item object.
INV-000312The order in which this ingredient should be added during production. Starts at 1.
1Amount of this ingredient required for one batch (as defined by the SKU's batchSize).
12.5Unit of measure for the quantity.
lbsOptional operator notes for this ingredient (e.g., "add slowly while mixing").
{
"id": "1042",
"name": "Roasted Garlic Hummus",
"version": 2,
"status": "active",
"description": "string",
"batchSize": 500,
"batchUnit": "lbs",
"itemType": "finished_good",
"productionTimeMinutes": 360,
"operatorsRequired": 2,
"allergensExcluded": [
"peanuts",
"soy"
],
"nutritionalInfo": {},
"images": [
"string"
],
"recipe": [
{
"ingredientId": "2087",
"ingredientName": "Organic Tahini",
"inventoryCode": "INV-000312",
"sequenceOrder": 1,
"quantity": 12.5,
"unit": "lbs",
"notes": "string"
}
]
}