Order status page extensions and "link expired"

Hello devs,

Is it possible to have an extension on the order status page be displayed regardless of authentication? At the moment, the extension is not displayed until the customer authenticates. The extension does not display sensitive information.

Thank you

Hey @daryl

From digging into this, it doesn’t look like it’s possible to display an extension on the Shopify Order Status page in the unauthenticated state. Is the usecase just that it would be quicker/ less friction for a customer to access when checking their order?

Hi Liam,

Yes, this is exactly the case! Requiring auth is causing some confusion.

Thanks

It’s possible this is an intended limitation, even if the extension you’ve created doesn’t display sensitive info, there could be other info on that page that is sensitive so we likely enforce auth due to this.

No probs - thanks for confirming