Update wishlist item
update_wishlist_itemUpdate a wishlist item — mark it purchased or cancelled, change priority, price or notes. Purchased and cancelled items drop out of the active list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Product URL (http or https) | |
| name | No | New name | |
| notes | No | Notes — reasoning, alternatives considered, purchase trigger | |
| status | No | pending = still wanted · purchased = bought · cancelled = no longer wanted | |
| item_id | Yes | Wishlist item ID | |
| category | No | Category | |
| currency | No | 3-letter currency code of the prices, e.g. GBP | |
| priority | No | high | medium | low | waiting (waiting = wanted but gated on a trigger) | |
| price_max | No | Upper price estimate | |
| price_min | No | Lower price estimate | |
| purchased_at | No | Purchase date (Y-m-d). Defaults to today when status becomes purchased. |