A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi team,
I have a public app, and when customers register to my website they use third party domains such as "https://example.com", meanwhile website is a Shopify store, and has a myshopify domain such as "https://example-website.myshopify.com"
i can only call GraphQL/REST API hits to the ".myshopify.com" domain. So my ask is:
Is there any API i can hit to translate "https://example.com" to "https://example-website.myshopify.com"? if not API, is there any other way programmatically?