Skip to content

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, 'ingredient_availability': 'AVAILABLE', 'ingredient_expected_date': '2023-10-15T08:00:00Z', 'batch_transactions': [{'batch_id': 301, 'quantity': 3.0}, {'batch_id': 302, 'quantity': 2.0}], 'cost': 12.5}