add_missing_to_shopping_list
Adds products that have fallen below their minimum stock level to the shopping list, ensuring you never run out of essentials.
Instructions
Add everything below its minimum stock level to the shopping list.
Grocy's own "add missing products". It only sees products that have a minimum set (update_product's min_stock), so in an instance where few do, read out_of_stock and add what's wanted by name instead — that needs no minimums.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||