update_shopping_list_item
Update a shopping list item's amount, checked status, note, or unit. Keep your Tandoor shopping list current and accurate.
Instructions
Update an existing shopping list item (e.g., check/uncheck, change amount).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional new note. | |
| amount | No | Optional new amount. | |
| checked | No | Optional new checked status. | |
| item_id | Yes | The ID of the shopping list item to update. | |
| unit_id | No | Optional new unit ID. |