Dear Colleagues, I am a developer of a Shopify APP. The APP was demoted from the search ranking and there is a warning for APP installation.
It seems that REST Product API was still being detected. However, we have already migrated all Product APIs to GraphQL months ago. Similar to another issue ( Still Receiving Deprecated API Call Error After Migrating /products and /variants Endpoints to GraphQL - #26 by wizybot ), can someone please help to check why there are still REST Product API calls being detected, e.g. logging details of the API calls, and to resolve the warning from APP installation? Thank you in advance.
It’s a real pain to track these calls down, but in my experience it’s usually from a forgotten surface like a CLI tool or specific API used for administrating accounts. Maybe you have an automation triggered by your customer service or perhaps it’s a n8n/make/zapier workflow that is performing some action that’s not in the primary app code?
Hi Dylan, thank you very much for your quick reply! It could just be a test call by accident. Still we need to wait for one month till the warning is gone, correct?