Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
We are a sales channel inside Shopify. We're past the October 1 deadline for deprecating fields in these endpoints,
1. Shop.Products
2.Product.images.scale for Storefront API
After multiple checks, we are certain that we haven't used any of the deprecated fields. However, the calls are still being flagged. Any thoughts?
Is this related to Shopify or are we missing anything😞?
TIA
We're facing similar issues, checked all possible scenarios thoroughly.
We are also facing the exact same issue. We can confirm that our code base(s) do not contain any hard coded url requests and our buy SDKs are up to date on all platforms. We have gone to extra measures to revoke old tokens and force update old versions of our platforms. We even tried using a packet sniffer to monitor all calls raised on specific stores and found nothing relating to `scale`, `crop`, `metafields` and `products` which our our main culprits.
Hey Sambeedell,
We are also facing the same issue.
We're also having the same issue with the same API calls but we're sure that we're not calling those endpoints/using those fields.
Did anyone found a solution?
Support seems to be unhelpful.
no solution found yet. we have updated all areas of our services including internal tools for development. we are mainly trying to get timestamped logs of deprecated request headers, rather than just the last time a deprecated call was made every 24 hours from Shopify. This will help us find out where the calls are actually coming from. Additional info on store domain, User-Agent or even X-SDK-Variant (as this is clearly coming from the Buy SDK and affecting mobile also) would be of great use to debug this issue.