Update price alert
update_price_alertUpdate a price alert. You can switch to threshold-free notify_on_drop / notify_on_rise, change thresholds, or toggle is_active. At least one setting must remain. Requires a Pricewatcha API key (pwk_live_...) from https://pricewatcha.com/profile#api-keys. On failure, returns a structured error object with fields error.code, error.message, error.http_status, error.retry_recommended, and error.retry_after_seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| api_key | Yes | Pricewatcha API key (pwk_live_...) | |
| alert_id | Yes | Alert ID to update | |
| is_active | No | ||
| webhook_url | No | ||
| notify_email | No | ||
| notify_on_drop | No | Notify on any price drop. No threshold required. | |
| notify_on_rise | No | Notify on any price increase. No threshold required. | |
| max_threshold_price | No | Max threshold, or null to clear. | |
| min_threshold_price | No | Min threshold, or null to clear. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| alert_id | Yes | ||
| currency | Yes | ||
| is_active | Yes | ||
| created_at | Yes | ||
| product_id | Yes | ||
| updated_at | Yes | ||
| webhook_url | No | ||
| notify_email | Yes | ||
| notify_on_drop | Yes | ||
| notify_on_rise | Yes | ||
| last_triggered_at | No | ||
| max_threshold_price | No | ||
| min_threshold_price | No |