2025-07 deprecated?

Hey there,

I’ve received this email:

The following deprecated API versions were used in the last 7 days:

  • 2025-07

Update the apps listed below. For details about how these deprecations impact your apps, visit the API Health report in your Dev Dashboard, following the links below:

What happens if I don’t update my apps? If your apps continue to use unsupported APIs on or after April 1, 2026, Shopify will delist them from the Shopify App Store and block installation of your apps.


Shouldn’t 2025-07 be supported for one year, so until July 1st?

Hey @perice,

API versions are supported for 12 months, so 2025-07 should be supported until July 1, 2026.

My hunch is that the version may not be the actual issue. You might be calling a resource or field that was deprecated in 2025-04, which would carry the April 1st deadline regardless of which API version you use.

If you’re not sure which API request is triggering this, your API health report and response deprecation headers can help you narrow it down.

Hey @KyleG-Shopify ,

appreciate your reply!

It is related to 2025-04, which is why I found the wording of the email - calling the 2025-07 version deprecated - a bit confusing.

Thank you for confirming that 2025-07 is still supported!

Best,
Peter

@perice we are experiencing a similar issue. Can you let me know how did you figure out which API calls were problematic? Our Shopify Dev Dashboard doesn’t show any problematic API calls at all, so we don’t know where this email came from.

In your case, was the issue with GraphQL, REST, webhooks or maybe extensions?

Hey,

I have the API version defined in a single location, so all my API calls use the same version.

I forgot about the details of this issue, but looking at my Git history, it seems I’ve just upgraded it to 2025-07, and that was it.

Pretty sure it was related to GraphQL queries.

Please make sure you read the changelog before upgrading to a new version to avoid any surprises with breaking changes.

@perice thank you for your reply :slight_smile: Can you also let me know if you Shopify Dev Dashboard showed any issued with the API at that time?
Our dashboard doesn’t show any issues at all.

@PapaZulu no, I think I only got the email and nothing in the dashboard

@perice Thanks for sharing that. This is the same as in my case. How did you then know that the issue was resolved for sure?