Is there any way to add app-block or app-embed-blocks to Thank You Page?

Topic summary

Developers are seeking ways to display custom content on Shopify’s Thank You (order status) page using Theme App Extensions, specifically app blocks or app embed blocks.

Current Limitation:

  • Shopify confirmed that app embedded blocks cannot be added to checkout pages, which includes the Thank You page.

Recommended Workaround:

  • Use ScriptTags exclusively for Thank You/order status pages by setting display_scope to order_status when creating the script tag via API.
  • Use app embed blocks for all other storefront pages.
  • One developer shared code example checking for Shopify.Checkout.step === 'thank_you' to target the specific page.

Open Questions:

  • Whether Shopify will accept apps using this ScriptTag approach during app review (one developer never submitted for review, so acceptance remains uncertain).
  • Some participants advocate pushing back on Shopify to provide proper app block support for Thank You pages instead of relying on the legacy ScriptTag method.
Summarized with AI on November 18. AI used: claude-sonnet-4-5-20250929.

Hi @randomdude1 ,

Were you able to make it work?