New Shopify Certification now available: Liquid Storefronts for Theme Developers

The Fulfillment API has been deprecated and replaced with Fulfillment Orders

johnNP
Visitor
1 0 0

We received the email that says,

One or more of your apps have made deprecated API calls in the last 30 days. Support for this version will be removed on April 1, 2023. Please update the apps listed below to API version 2022-07 or later to ensure they continue to function correctly.

We are not seeing any indication that our API uses "fulfillment"

These are the end points that we are using.    Are any of these effected?  If not, why are we receiving the email that we are using endpoints that need to be changed.

 

https://myshop.myshopify.com/admin/locations.json

https://myshop.myshopify.com/admin/inventory_levels/set.json

https://myshop.myshopify.com/admin/products/?limit=250&fields=id,title,vendor,variants

https://myshop.myshopify.com/admin/products/99999999.json?fields=id,title,vendor,variants

https://myshop.myshopify.com/admin/products/9999999.json

https://myshop.myshopify.com/admin/inventory_levels.json?location_ids=111,222,3333

https://myshop.myshopify.com/admin/variants/9999999.json

 

 

 

Reply 1 (1)
garyrgilbert
Shopify Partner
378 38 151

Hi There,

 

It doesn't look like any of those endpoints would be affected by the change, however I would set an integration environment and upgrade your api version to 2023-01 and test your code to make sure that it still works.

 

Shopify is requiring all apps upgrade to at least 2022-10 (if I recall correctly) because of the changes in privacy stuff.  So even if your app doesn't use any of the fulfillment changes you still kinda need to upgrade your api version.

 

Cheers,

 

Gary

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution