Check if a URL is a supported Shopify store
/products.json endpoint, which is a Shopify-specific API that every standard Shopify store exposes.
Why /products.json?
true if the URL is a supported Shopify store, false otherwise| Store Type | /products.json | Supported? |
|---|---|---|
| Standard Shopify | 200 β | Yes |
| Shopify behind Cloudflare | 200 β | Yes |
| Headless (custom frontend) | 403/404 β | No |
| Non-Shopify | 404 β | No |