How to change the "Continue Shopping" Link on the "Thank you" Page

Topic summary

A developer is building a headless shop using Shopify’s Storefront API and needs to modify the “Continue Shopping” link on Shopify’s hosted checkout thank-you page.

The Problem:

  • After checkout, customers are redirected to Shopify’s default thank-you page
  • The “Continue Shopping” link currently points to the Online Store sales channel (shopname.myshopify.com)
  • The developer needs this link to redirect to their custom headless storefront hosted elsewhere

Current Status:

  • The issue remains unresolved
  • Another user has expressed interest in finding the same solution
  • No working solutions or workarounds have been provided yet
Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.

How can I change the “Continue Shopping” link on the “Thank you” page?

I’m building a headless shop using the storefront api so I need to update this link.

Thank you!

Hello @wolf-gang

You are fetching the content from shopify thank you page or creating your custom page for thank you?

Thank you for your answer.

After the checkout, the user is redirected to the thank you page that is hosted by shopify.

On this page, there is a “Continue Shopping” link. The url of that link is that of the Online Store sales channel (shopname.myshopify.com).

I need to change this url so when the user clicks on the link, they go back to my headless shop which is hosted somewhere else.

I am searching this solution too