mark_item_purchased
Mark an item as purchased in a specific shopping list by providing the list ID and item ID.
Instructions
Mark an item in a shopping list as purchased.
Args: list_id: The numeric ID of the shopping list. item_id: The numeric ID of the item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |