WorkOrder
A production work order — an instruction to manufacture a specific quantity of a SKU.
Unique identifier for the work order.
6073Human-readable work order number displayed in Keychain OS.
WO-2025-0312Reference to the SKU being produced.
Display name of the SKU being produced.
Roasted Garlic HummusReference to the customer this production run is for. Null if the work order is not linked to a specific customer.
Display name of the customer.
Sunrise Craft BeveragesTotal quantity to produce across all batches.
500Unit of measure for the production quantity.
lbsHow many batches this work order is split into. Total quantity equals numberOfBatches x batchVolume.
1The quantity produced per batch.
500Date the work order was created (ISO 8601).
2025-03-01Target completion date for the production run (ISO 8601).
2025-03-15Production priority. Higher-priority orders are typically scheduled first.
Possible values: [low, medium, high, urgent]
mediumCurrent status of the work order:
draft— created but not yet scheduled.scheduled— assigned a production date and production line.in_progress— production has started.completed— production finished and output recorded.cancelled— work order was cancelled before completion.
Possible values: [draft, scheduled, in_progress, completed, cancelled]
completedThe sales order number that triggered this work order. Null if the work order was created manually.
SO-2025-0189Free-text notes attached to the work order.
{
"id": "6073",
"orderNumber": "WO-2025-0312",
"skuId": "string",
"skuName": "Roasted Garlic Hummus",
"customerId": "string",
"customerName": "Sunrise Craft Beverages",
"quantity": 500,
"unit": "lbs",
"numberOfBatches": 1,
"batchVolume": 500,
"orderDate": "2025-03-01",
"dueDate": "2025-03-15",
"priority": "medium",
"status": "completed",
"salesOrderReference": "SO-2025-0189",
"notes": "string"
}