Rationale
Removes the "this sounds complex" objection before it forms. Three simple steps, zero code, read-only access. The callout banner is the most important element: "Zero code changes."
Talking Points
- Integration takes about 10 minutes. We use Shopify's standard OAuth flow -- read-only access to your product catalog and order data.
- No code changes to your store. No theme modifications. No developer required.
- Your customers discover Syntropy through their order confirmation email or a protocol link you share.
- We HMAC-validate every webhook and use only read_products and read_orders scopes. No write access to your store.
Anticipated QA
- Q: What Shopify data do you access?
A: Product catalog (names, descriptions, images) and order data (to match customers to purchased products). Read-only. We never modify your store.
- Q: What about non-Shopify stores?
A: We support WooCommerce via REST API and have a manual CSV import for other platforms. Shopify is our primary integration.
- Q: Is there a Shopify App Store listing?
A: Coming in Q2 2026. Currently we use custom OAuth -- same security, just not discoverable in the App Store yet.
Sources
- Shopify Storefront API documentation
- Syntropy integration guide (internal)