Add items to a shopping list
add_shopping_list_itemsAdds free-text grocery items like '2 tbsp olive oil' to a shopping list. Does not split into food and unit automatically; use parse_ingredients first if needed.
Instructions
Adds items to a shopping list as free text ("2 tbsp olive oil"). Mealie does not split these into food and unit automatically — run parse_ingredients first if that matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | The lines to add, one item each | |
| list_id | Yes | Shopping list UUID, from list_shopping_lists |