Market Compatibility Warning

We updated our app to use 2026-04 APIs over 10 days ago, but we are still seeing a “Market Compatibility” warning. Is there any way to see exactly which API is being called using the older version? Dev Dashboard does not show any outdated calls being made.

Customers are now messaging our support lines with questions, and to be honest, nothing seems to be broken, so the warning is kind of misleading

@Liam-Shopify @KyleG-Shopify Sorry for the direct tag, guys, but I am not really sure what is going on, only “markets” call we make is via GraphQL, and its 100% using 2026-04. The warning has disappeared on our development app, but it seems not to go away on the Production app. Any way to know what API is getting called? We have looked at all micro-services, and it’s all using 2026-04 API version

Hi @Kets_Patel

DMing you for details on this.

Coming back to this thread, we are still seeing a market incompatibility message. I am really not sure what anonymous markets query is. If someone can confirm whether the GraphQL query below is what it means by anonymous markets query, because we are 100% using 2026-04 for below Graphql call,

          {
                markets(first: 250) {
                    nodes {
                        id
                        name
                        handle
                        enabled
                    }
                }
            }

Ah the warning is gone, no idea why it look so long to go away