2026.06.15June 15, 2026
Shopify OAuth connection fixes
Improved Shopify store connection reliability by normalizing store URLs and making the OAuth callback URL explicit for production.
ShopifyIntegrationsOAuthReliability
- Allowed Shopify OAuth setup to accept bare store names, myshopify.com domains, and full https:// store URLs.
- Added validation for malformed Shopify store domains before redirecting users to Shopify.
- Added a configurable SHOPIFY_REDIRECT_URI so production OAuth callbacks can exactly match the Shopify Partner app whitelist.
- Added predeploy readiness coverage for missing Shopify redirect URI configuration.
- Expanded Shopify OAuth regression tests for full URL input and configured callback URLs.