A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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
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