How to determine if Shopify store is on trial?

Some features of my app doesn’t work if the user is on a Shopify trial. How can I determine if a Shopify store is on a trial via graphQL? It seems that the shop.plan field has a deprecated displayName, but otherwise I can’t find a way to determine this.

Thanks.

1 Like

Hey @delux220

The field that is replacing the displayName is the publicDisplayName. It’s currently only available on release candidate 2025-07 and unstable

1 Like