Detect Store Order Status Usage

is there an API route or method we can use to see if the store is using legacy thank you page vs new thank you page?

Hi Shopappsllc,

One option could be to query checkoutBranding - if the branding API is active on a store, the new thank you page should be active too.

Hi,

I am trying to implement this but I am getting the following error:

:message => Access denied for checkoutProfiles field. Required access: The shop must have access to the checkout editor.

I need to be able to check this for non shopify plus shops, any ideas?

What is the use-case you’re trying to achieve here?

Hi,

Since stores can now either use the legacy or new thank you page I need to know which one they use. My app allows modifying the thank you page and it won’t work unless I know which version they are using.