update_price_alert
Modify a price alert by toggling its active state or adjusting increase/decrease percentage thresholds.
Instructions
Update an existing price alert. Pass null for a threshold to clear it (Premium only - free users must keep exactly one direction). isActive toggles enable/disable without deleting. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Alert ID from list_price_alerts. | |
| isActive | No | ||
| decreasePct | No | ||
| increasePct | No |