Update recipe

PUT/api/v1/inventory/production/recipes/{recipe_id}

Update a production recipe. Children are replaced if provided.

Operation ID: update_recipe_api_v1_inventory_production_recipes__recipe_id__put·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Path

recipe_idstringrequired

Request body

namestring
descriptionstring
output_unit_namestring
output_unit_weightnumber
output_unit_weight_unitstring
conversion_paramsobject
materialsarray · RecipeMaterialBase
output_variantsarray · RecipeOutputVariantBase
processing_stepsarray · RecipeProcessingStepBase

Responses

200Successful Response

successboolean
messagestring
codestring
dataRecipeResponse

400Bad Request - Invalid input

404Not Found - Resource does not exist

422Validation Error - Invalid data format