update_shopping_item
Update a shopping item's properties including checked status, quantity, note, position, food, unit, and label.
Instructions
Patch a shopping item. checked: 0=unchecked, 1=checked, -1=leave.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| note | No | ||
| quantity | No | ||
| checked | No | ||
| position | No | ||
| food_id | No | ||
| unit_id | No | ||
| label_id | No |