I’m currently building a custom front-end for a Shopify site. I’m using React, which relies on Shopify’s Buy SDK and Storefront API.
The Google Shopping feeds automatically rely on the Myshopify product URLs (e.g. XYZ.myshopify.com/product), but I would need to have the main domain in google shopping.
Long story short, I can not add the custom domain to shopify, because react is running on the domain. Is there a way to force a replacement of the URL in the Shopify back office?
I tried to replace the product URLs with Matrixify, but that is replaced with the Myshopify URL directly after uploading it. I know that I can replace the handle, but would need to replace the entire URL.