Missing a way to identify Shopify plus dev store

Hello!

There doesn’t seem to be a way to identify shopify plus development stores from real organization with the API. We usually offer our application for free for development store but a client contacted us with this screenshot, they have a real shopify plus organization and in it they have a development store, though in our partner account and in the API this store appears as a standard Shopify plus store.

We usually use this query:

{
    shop {
        plan {
            partnerDevelopment
            shopifyPlus
        }
    }
}

But in this case partnerDevelopment is false and shopifyPlus is true. I also can’t find any other property in the API that would help me identify this store in particular.

Am I missing something or is there no way to identify those kind of development stores?

2 Likes

Hey @Tommy_Gaudreau,

We have a new field in the 2025-07 release candidate; publicDisplayName. This gives you more granularity around the specific plan.

If you add this field, is the plus development store mentioned or does it still just say plus?

Hi @KyleG-Shopify,

I also checked this earlier when I was testing but publicDisplayName was just saying “Plus”.

1 Like

Hi @Tommy_Gaudreau

If you create plus development stores using the dev dashboard, you should be able to query shop > plan to identify if it’s Plus and whether it’s a dev store or not:

Hi Liam,

This particular case is not a partner development store that we created. It’s a user of our app that created a development store through their Shopify plus organization. (see the attached screenshot in my post)

Our app offers a free version for development stores, but development stores created through a shopify plus organization have no way to be identified with the current APIs.

Hey Tommy.

To add to what Liam mentioned, as the new dev dashboard is rolled out this would become less and less of an occurrence. Currently development shops created through a plus account do display solely as Plus.

For context on the development stores created through a plus account, currently these shops have the full feature set of a plus shop, and it’s generally expected that the app charges are billed as normal on these stores as well.

Just thinking ahead it may be helpful to have the merchant reach out directly to enable your free app plan for their plus development store. Plus stores often have unique requirements, so this would be a good way to open the conversation around what they need to ensure your app is going to be a good fit. That could also help you gather feedback on possible new features unique to plus merchants that you could build.

1 Like