Skip to content

katana_public_api_client.models.create_recipes_request

katana_public_api_client.models.create_recipes_request

Classes

CreateRecipesRequest

Request payload for creating recipe rows (deprecated in favor of BOM rows)

Example

{'keep_current_rows': True, 'rows': [{'ingredient_variant_id': 1001, 'product_variant_id': 2001, 'quantity': 2.5, 'notes': 'Primary ingredient'}]}