Add a recipe to a shopping list
add_recipe_to_shopping_listMerge a recipe's ingredients into an existing shopping list. Scale quantities as needed and use the paired removal tool to undo the addition.
Instructions
Adds a recipe's ingredients to a shopping list, merging them with what is already there. Mealie remembers the recipe on the list, so remove_recipe_from_shopping_list can take exactly these ingredients back off again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| list_id | Yes | Shopping list UUID, from list_shopping_lists | |
| servings_multiplier | No | Scale the ingredient quantities, default 1 |