@Liam-Shopify Could you please check and let us know if there’s anything else needed on our end? We have already made changes on our end to deprecate those API endpoints.
Hi @Liam-Shopify please check this
Hi @Liam-Shopify,
We just removed all deprecated API endpoint usage from our app a few days ahead of Shopify’s April 1 deadline. We’re still seeing warnings related to the deprecated calls we made prior to the migration on our API health page. But we want to ensure that our users don’t encounter any “unsupported” warnings this time.
Is there anything else we should do to prevent that?
Hi @Liam-Shopify , sorry for the late reply, but could you please check this:
[detacted]
Hi @Liam-Shopify
We still got warning about webhook product/updated
This warning randomly reappeared few days ago
Can we please get someone to check the backend for us.
We have no idea why it reappeared even though it was removed a month ago.
Requesting an internal check for deprecated API calls please
Thanks!
Hi @Liam-Shopify ,
We have removed all deprecated API endpoints from our app, but we are still seeing deprecated call warning messages. Could you please let us know which stores are making these deprecated API calls? Also, please guideline on how we can prevent these deprecated API calls.
Have DMed all the devs above - reply to the message I sent and we’ll perform checks to provide more info on the warnings that are appearing.
My custom app posts a request to this URL:
https://(store).myshopify.com/admin/api/2024-04/graphql.json
It uses productCreate with options and variants. I have less than 100 variants, and less than 3 options. Will it still break tomorrow?
Thank you!
@Liam-Shopify Could you please help me check for deprecated API calls on my app? I am receiving this warning even though all existing uses of REST /products
were migrated to GraphQL. Thanks!
Hi @Liam-Shopify
We are facing the same problem.
I have DMed the devs above.
Hey @Liam-Shopify
We are receiving this warning as well and had recently upgraded to version 2025-01 and removed all REST calls to the products and variant endpoints. Can you please do an internal check for us?
I have DMed you Alex
@Liam-Shopify please DM us so we can share our client IDs and you can help us to identify recent calls. Thanks.
Hi again @Liam-Shopify,
we made the necessary changes last week.
I cannot see any warnings regarding this topic anymore (though some other about API versions, tob e fixed until Jul 1, 2025).
Nevertheless today, a customer told us he got a warning when installing the app.
Can you please confirm that our fix was okay?
Thank for your help!
Jörg Viola
(Tried, but could not respond to your forum e-mail.)
@Liam-Shopify Can you DM us? Our API Health dashboard is showing different things when filtering date range to “last 30 days” vs “last day” regarding a deprecated API. We made necessary migrations by the deadline and would like to request an internal check. Thank you!
Got a PR open, so you should be able to get logs for these in your own apps as well from the Admin GraphQL header if you’re using one of the Shopify libraries. Hope that helps.
If you’re not using one of these libraries, you can always monitor these yourself using the header returned and logging in your apps/systems The X-Shopify-API-Deprecated-Reason HTTP header will return actual GraphQL deprecations if any - Shopify developer changelog