Shopify stores are the easiest platform to connect: every Shopify storefront exposes a public product endpoint that Renable can read directly, so you often don't need to install anything.
The quickest route: ask Aimée#
Paste your store address into the Aimée chat (for example "connect my store, myshop.com") and she can check the store, test the feed endpoints below, and connect the one that works — you don't need to build the URL yourself.
Option 1: the built-in products.json endpoint#
Every Shopify store publishes its products as JSON at:
https://your-store.com/products.json
Replace your-store.com with your storefront domain (your .myshopify.com address also works). Open the URL in a browser — if you see product data, Renable can import it.
Shopify also publishes an Atom feed of all products at https://your-store.com/collections/all.atom, which Renable can read as well.
To connect it, create a catalog in your project and set the feed URL on the catalog page — or ask Aimée to do it; she validates that the URL really serves products before saving.
Good to know:
- The endpoint only includes products published to your Online Store sales channel. Unpublished or draft products won't appear. [VERIFY: confirm the sales-channel scoping detail against current Shopify behavior.]
- [VERIFY: Shopify serves products.json in pages with a per-page limit — confirm how large a catalog imports completely before relying on this route for very large stores.] For a very large catalog, a feed app (option 2) is the safer route.
- Some stores disable or password-protect the storefront (for example during development), which also blocks this endpoint.
Option 2: a feed app#
The Shopify App Store has apps that generate a Google Shopping-format feed URL — useful when you need more control over which products and fields are included. Search the App Store for "product feed" or "Google Shopping feed" and pick an app that outputs a feed URL (not just a direct Google sync). [VERIFY: current recommended Shopify feed apps and their setup steps.]
Once the app gives you a feed URL, connect it exactly like option 1.