What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: Shopify Storefront API Deprecation

Shopify Storefront API Deprecation

Kasirajan
Shopify Partner
4 0 5

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

 

SS 11.jpg

Replies 5 (5)

Prasanna17
Visitor
1 0 1

We're facing similar issues, checked all possible scenarios thoroughly.

sambeedell
Shopify Partner
3 0 4

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.

 

Screenshot 2022-12-31 at 14.38.32.png

Kasirajan
Shopify Partner
4 0 5

Hey Sambeedell,
We are also facing the same issue.

 

 

Lorenzoliveto
Shopify Partner
13 0 7

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.

sambeedell
Shopify Partner
3 0 4

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.