katana_public_api_client.models.create_manufacturing_order_recipe_row_request¶
katana_public_api_client.models.create_manufacturing_order_recipe_row_request
¶
Classes¶
CreateManufacturingOrderRecipeRowRequest
¶
Request payload for creating a new manufacturing order recipe row to track ingredient requirements and consumption
Example
{'manufacturing_order_id': 1001, 'variant_id': 2002, 'notes': 'Use fresh ingredients from cold storage', 'planned_quantity_per_unit': 0.25, 'total_actual_quantity': 5.0, 'batch_transactions': [{'batch_id': 301, 'quantity': 3.0}, {'batch_id': 302, 'quantity': 2.0}]}