I had a webapp that is build on next and nest js when i try to submit app for review i completed approx all check only last check Embedded app checks pending then i push my app to shopify using shopify app deploy and then Querying deprecated APIs check fails i removed all the endpints that use rest api and just keep auth flow for simplicity and push the app again then getting the same error also over dev dashboard getting Fix overdue status is coming
Check for the api version you’re calling ex: 2022-01. That is what they mean by deprecated not that you’re using REST or not (which is deprecated though)
i am using api_version = “2025-01”
