Discussion: Enabling Coexistence of Online Store and Shopify Hydrogen #2753
Unanswered
taiyangluoshanle
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion: Enabling Coexistence of Online Store and Shopify Hydrogen
Background
Shopify provides two main approaches for building storefronts:
In some cases, merchants may want to use both simultaneously. For example:
Current Approach: Proxy Routes to Online Store
Currently, we follow the method outlined in Shopify's documentation:
🔗 Proxy Routes to Online Store
How It Works
Hydrogen acts as the primary storefront, but when a page is not handled in Hydrogen, it proxies requests to the Online Store.
Implementation Example
Beta Was this translation helpful? Give feedback.
All reactions