Tell me when it changes
watchRegister standing interest in a product or a store: a price drop below your threshold, a return to stock, or a store that stops shipping to your destination.
When to use: Call this instead of polling find on a schedule. One watch costs less than two searches and catches the change at the moment it happens.
Price: US$0.005000 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What you want to be told about. | |
| store | No | Required for reach_change. | |
| product | No | Required for price_drop and back_in_stock. | |
| below_usd | No | For price_drop: notify under this price. | |
| destination | No | Required for reach_change. | |
| callback_url | No | Optional. Vortex POSTs here on a change. |