Hello,
We already have a Shopify app and are currently developing a headless storefront in React, utilizing the Shopify API. Our progress has been smooth until the checkout process. Given our headless approach, we are handling everything up to adding products to the cart within our headless application. When it’s time to proceed to checkout, we employ the {shopify-buy} library to generate a checkout URL based on the cart items. So far, this part is functioning well.
Now, we are seeking solutions for customizing the Shopify checkout page to better align with our headless architecture. Specifically, we aim to modify elements such as the return URL and login URL, redirecting users back to our headless environment instead of Shopify. Additionally, we want to set up a ‘thank you’ page within our headless application. Once an order is successfully completed, we intend to redirect users to this custom ‘thank you’ page, providing them with order details and a seamless post-checkout experience.
As part of our effort, we have a Shopify Plus plan, We are looking for guidance on how to implement these modifications effectively and securely within the Shopify Plus environment.