Show Manufacturing Order
GET/api/manufacturing/manufacturing-orders/1
Return the full Manufacturing Order with its BOM, component/output lines, operations, warehouses, and events.
BOM line counts (P5/P6): The nested bom object includes component_lines_count, output_lines_count, and operations_count (eager-loaded via withCount). For draft MOs — which have no materialised component_lines/output_lines/operations rows yet (those are created by ConfirmMoAction) — clients should fall back to these BOM counts when rendering tab badges and the footer summary so the user sees what the MO will contain once confirmed.
Request
Responses
- 200
OK
Response Headers
Content-Type