What's your biggest current challenge? Have your say in Community Polls along the right column.

Why am I still getting delivery_category deprecation alerts?

Why am I still getting delivery_category deprecation alerts?

gvbrown
Shopify Partner
23 1 8

We are receiving repeated notifications related to the "delivery_category" deprecation, detailed here: 
https://shopify.dev/changelog/removal-of-the-delivery_category-field-on-order-shipping-lines


We are unable to find the source of this alert.  

** We have updated all requests to use the latest api version. 

 

** We have deprecation logging within our app, so that we can track and update any deprecated calls. We have no indications, since Feburary, that any deprecated calls are being made.  Yet, our alerts are indicating that there are still calls using this field (which we don't reference anyway). 

 

** Calls to the deprecated endpoint returns 404.  There are no results indicating anything is calling deprecated endpoints. 

/admin/api/2024-01/deprecated_api_calls.json
 
Any ideas on what else we can do to diagnose this issue? 
 
Replies 3 (3)

ankeetguha
Shopify Partner
2 0 0

Hi, we've been receiving these notifications as well. Have you found the cause of this at your end?

 

We've double-checked our implementation and have found no calls to the "ShippingLine" REST resource as the mail suggests.

This is troublesome, since all our clients have reached out to us regarding this.

enefege
Visitor
2 0 0

Hi, I am also having the same issue.

 

gvbrown
Shopify Partner
23 1 8

We were able to find the cause, being an outdated component that was calling a legacy version of the API. 

Generally, you'll be able to find these pretty quickly, if you are looking for the response header "X-Shopify-API-Deprecated-Reason", and then logging the endpoint that made the request. 


Regardless of whether or not you are referencing the field indicated, the triggering event is the version of the API that you are making your calls to.