Hi all,
We’re seeing our app marked with an “Unsupported” badge under Settings → Apps and sales channels for a subset of merchants. The app detail page shows:
“This app may not work as expected. [APP NAME] needs to be updated by the app developer. Contact them for support or uninstall the app.”
Reports started roughly after the 2025-07 API version reached its Accessible until date (July 16, 2026 15:00 UTC, per the versioning docs).
What’s confusing us: our Partner Dashboard’s own “API health” monitoring (Monitoring → API health) shows “OK, no calls with breaking changes detected in the last [14/30] days”, which seems to directly contradict the Unsupported designation.
What we’ve verified ourselves so far:
- We do have some GraphQL Admin API calls pinned to
2025-07. Hitting that version directly confirms it falls forward silently, response comes back served by2025-10(x-shopify-api-version: 2025-10), with anx-shopify-api-version-warningheader attached. - We ran introspection against every field our
2025-07-pinned queries actually touch (Market,ProductVariant,Product,Location,InventoryLevel, etc.) and found nothing markedisDeprecated. GET /admin/api/[VERSION]/deprecated_api_calls.jsonreturned{"errors":"Not found"}for our test shop (that we’re seeing the ‘Unsupported’ badge for, unclear if that’s because the resource doesn’t apply to public (non-custom) apps, or something else.
Questions for Shopify staff or anyone who’s hit this:
- What specific condition sets the “Unsupported” badge, is it purely “still requesting a version past its accessible-until date,” regardless of whether calls are actually falling forward without error?
- Why would this show as “OK” in API health monitoring while the app itself is flagged Unsupported, are these two genuinely separate systems?
- Has anyone else seen a wave of this start around the
2025-07retirement window?
Relevant screenshots attached below.

