New Markets preview use

I created a development store to test the market function. When installing, it prompts that the app is not compatible with the market function. I removed the market interface used and the relevant permissions, but it still prompts incompatibility. I tested other apps that did not use relevant permissions and they displayed normally. Now what should I do so that the incompatibility prompt will not be displayed during installation?

Hi @li_jiahao,

For our app we had to upgrade to GraphQL API version 2025-04 and wait several days for the message to go away.

I think technically you just need to make sure the markets API calls are using 2025-04 but I’m not certain. Then the several-day wait is for Shopify to verify that they’re still not seeing any outdated requests from your app.

Best,
Daniel

1 Like

Ok, thanks for your reply, I will try it