The manufacturing order object

AttributeDescription
idUnique identifier for the object.
statusStatus of the order. Possible values are “NOT_STARTED”, “BLOCKED”, "IN_PROGRESS", and “DONE”.
order_noA unique, identifying string used in the UI and controlled by the user.
variant_idThe ID of the product variant being produced.
planned_quantityThe quantity planned to produce with the manufacturing order.
actual_quantityThe actual quantity of the product made with the manufacturing order.
batch_transactionsAn array of batch transactions and their quantities. A manufacturing order will always contain one batch transaction since it supports producing into a single batch.
batch_transaction.batch_idID of the batch for the manufactured product.
batch_transactions.quantityThe quantity produced in a particular batch.
location_idThe ID of the location to which items are produced.
order_created_dateThe timestamp of creating the document. ISO 8601 format with time and timezone must be used.
done_dateThe timestamp of completing the manufacturing order. ISO 8601 format with time and timezone must be used.
production_deadline_dateThe timestamp of the production deadline for the manufacturing order. ISO 8601 format with time and timezone must be used.
additional_infoA string attached to the object to add any internal comments, links to external files, additional instructions, etc.
is_linked_to_sales_orderIf a manufacturing order was made to order, it can be linked to a sales order.
sales_order_idThe ID of the sales order that is linked to the manufacturing order.
sales_order_row_idThe ID of the sales order row that is linked to the manufacturing order.
sales_order_delivery_deadlineDelivery deadline of the sales order that is linked to the manufacturing order.
ingredient_availabilityThe stock status of required materials or subassemblies listed in the manufacturing order recipe rows. Possible values are "PROCESSED", "IN_STOCK", "NOT_AVAILABLE", "EXPECTED", "NO_RECIPE", "NOT_APPLICABLE".
total_costThe total cost of manufacturing the selected quantity of the product. This includes the cost of the ingredients (materials and subassemblies) from recipe rows and the cost of operations multiplied by the quantity. For open MOs, the cost calculation is shown based on the planned quantities but is recalculated at MO completion if the actual quantities are different from the planned.
total_planned_timeThe planned duration of manufacturing order operations measured in seconds.
total_actual_timeThe actual time for completing the manufacturing order operations measured in seconds.
material_costThe total cost of materials used to make the product. Calculated once the manufacturing order is marked as DONE.
subassemblies_costThe total cost of subassemblies used to make the product. Calculated once the manufacturing order is marked as DONE.
operations_costThe total cost of operations for making the product. Calculated once the manufacturing order is marked as DONE.
created_atThe timestamp when the manufacturing order was created.
updated_atThe timestamp when the manufacturing order was last updated.
deleted_atThe timestamp when the manufacturing order was deleted.