Redirect after checkout

I’m integrating Shopify checkout into an existing application using Checkout Extensibility. I’ve built a small app with a checkout extension and have almost everything working, but I can’t find any way to send users back to my application after checkout is complete. I can console.log the URL I need to redirect to on the Thank You page, but I can’t find any way of sending users to that URL.

I’d be happy either to:

  1. automatically redirect users back to my application after checkout, or
  2. change the text and destination of the “Continue Shopping” button to take them back when they click on it.

I can’t find a way of doing either of these using Checkout Extensibility. Thanks very much for any information.

Thanks—this seems like pretty basic functionality, and it appears that it’s something that was trivial to accomplish with deprecated checkout.liquid. I can jump through some hoops to work around this (slightly less securely), but my use case is not at all unusual—I hope Shopify reconsiders the removal of this.