Shopify Price & Stock Tracker
Monitor any Shopify store for price and stock changes. Add stores to track via the /track endpoint, and poll /changes to retrieve a full history of variant-level price and stock updates. Ideal for price comparison tools, deal alert apps, and competitor intelligence dashboards.
Shopify Price & Stock Tracker endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Untrack Store /untrack |
Stop tracking a Shopify store. Get the store ID from /list. |
| GET |
Price History /history |
Returns the full chronological price and stock change history for a specific variant or store. At least one parameter is required. |
| GET |
Status /status |
Returns server health and live stats including total stores tracked, variants monitored, changes detected and last worker run time. |
| GET |
Track Store /track |
Add a Shopify store URL to track. The system will monitor it every 5 minutes for price and stock changes. |
| GET |
List Stores /list |
Returns all Shopify stores currently being tracked under your API key. |
| GET |
Get Changes /changes |
Returns the last 100 price and stock changes detected across all your tracked stores. |
| GET |
Compare Prices /product |
Now includes 30 day price trend per variant. Each result shows current_price, price_30d_ago, trend (up/down/stable) and price_changes_30d. |
| GET |
Register Webhook /webhook/register |
Register a URL to receive instant POST notifications when a price or stock change is detected on any of your tracked stores. |
| GET |
List Webhooks /webhook/list |
Returns all webhook URLs registered under your API key. |
| GET |
Delete Webhook /webhook/delete |
Remove a registered webhook by its ID. Get the ID from /webhook/list. |
Shopify Price & Stock Tracker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA | $50 / month | — |
|
| MEGA | $100 / month | — |
|