SkuSummary
Summary view of a SKU, returned in list endpoints and customer SKU lookups.
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_good{
"id": "1042",
"name": "Roasted Garlic Hummus",
"version": 2,
"status": "active",
"description": "string",
"batchSize": 500,
"batchUnit": "lbs",
"itemType": "finished_good"
}