id | Unique identifier for the object. |
manufacturing_order_id | The ID of the manufacturing order the recipe row belongs to. |
variant_id | The ID of product or material variant required for producing the manufacturing order. |
notes | A string attached to the object to add any internal comments. |
planned_quantity_per_unit | The planned quantity to manufacture one unit of the product. |
total_actual_quantity | The total actual quantity of the ingredients used. |
ingredient_availability | The stock status of the required material or subassembly. Possible values are "PROCESSED", "IN_STOCK", "NOT_AVAILABLE", "EXPECTED", "NO_RECIPE", "NOT_APPLICABLE". |
ingredient_expected_date | The latest date of a manufacturing order production deadline or a purchasing order expected arrival date that relates to the required ingredient. |
batch_transactions | An array of batch transactions and their quantities. You can use the stock for the same item from multiple batches. |
batch_transaction.batch_id | The ID of the batch for the required ingredient. |
batch_transactions.quantity | The quantity used from a particular batch. |
cost | The cost of ingredients to make the product. For open MOs, the cost calculation is shown based on the planned quantity of ingredients but is recalculated at MO completion if the actual quantity of ingredients consumed is different from the planned. |
created_at | The timestamp when the manufacturing order recipe row was created. |
updated_at | The timestamp when the manufacturing order recipe row was last updated. |
deleted_at | The timestamp when the manufacturing order recipe row was deleted. |