Get work order details
GET/work-orders/:workOrderId
Returns the full record for a single work order, including the SKU being produced, customer, quantity and batch breakdown, order and due dates, priority level, current status, linked sales order reference, and any operator notes.
Request
Response
- 200
- 401
- 404
Full work order details
Unauthorized — missing or invalid API key
Resource not found
Response
{
"id": "6073",
"orderNumber": "WO-2025-0312",
"skuId": null,
"skuName": "Roasted Garlic Hummus",
"customerId": null,
"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": null
}