@Liam-Shopify We are still seeing the message but thought that we had completely moved our app over as well. Thank you for your help!
Hi @Liam-Shopify,
We have the same issue here. API health page shows ok but we have just received the warning email. Thanks in advance!
Hi, I also wanted to request a review. Our developer says we are not using any depreciated calls, but Shopify is showing detections, our app name is Easy Product Image Overlays, APP ID: 2098771. Thank you!
Hi - I received the same “you have not migrated” email despite thinking I’d migrated by feb 1 - please help us figure out whats up when you have a chance. Thanks!
I was going crazy trying to debug this error, I kept searching for /products
in our codebase. Turns out, in our newer app, we were using the Remix SDK’s REST API like this:
const product = await admin.rest.resources.Product.find({
session: session,
id: parseInt(pageid),
});
We were calling this to determine the product page’s template, which then helps us check whether a specific section is added to the page.
So, if you’re searching for /products
or /variants
endpoints, make sure to also check for SDK calls in your code base
Hey Liam - We received the same “You have not migrated” email despite finishing the migration last year. Would be great if you can help us figuring that out.
Hey folks - have sent DMs to all who have asked so far. In some cases there could have been calls made between Feb 1st- 7th which have triggered this email.
Hey @Liam-Shopify - I received the same email stating we haven’t migrated to the GraphQL and the API health dashboard shows the last request to the REST API was detected on Jan 23, 2025 at 12:00 AM. This makes sense because we completed our upgrade around 1/24/25. How do we clear these messages and get removed from the list of apps that haven’t been migrated. Thanks!
Hi @Liam-Shopify, we are having the same issue. Could we get an internal check for the deprecated api calls?
I have already updated the Product/Variants REST API to GraphQL, but Shopify Health is still showing the REST API as deprecated. Could you help clarify why this is happening?
@Liam-Shopify could you please check this?
@Liam-Shopify Hi, also need help determining why Product/Variants REST API deprecation warning is showing. We migrated to GraphQL beginning of January.
I have DMed all devs who have posted above. Please continue to post here to request a check.
Hi @Liam-Shopify, Please check. Thanks!
Hi @Liam-Shopify we have already updated our method but it still doesn’t remove the notice.
Hi Muhammad,
Have DMed you!
Hi Liam,
Our application also encountered the same problem. We have migrated the rest product API to the GraphQL2024-10 version of the product API, but on Feb 28, 2025 at 08:05 PM (UTC), we still received an application health exception warning that requires migration. Which of our interfaces have not been successfully migrated?
Hi @Liam-Shopify, we’re seeing the warning. Would appreciate a check as we should be fully migrated. Thanks!
I’ve just DMed you @TOM_A
Just wanted to share - we can check if the app has any deprecated API calls using Shopify API.
Doc: Deprecated API calls
Update:
This is for custom apps only.