update_shopping_list_item
Update shopping list items by changing quantity, editing notes, or marking items as purchased.
Instructions
Update a shopping list item. Can modify quantity, note, or checked status (to mark items as purchased).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | New note/display text | |
| itemId | Yes | ID of the shopping list item to update | |
| checked | No | Whether the item is checked off | |
| quantity | No | New quantity |