Discussing APIs and development related to customers, discounts, and order management.
Hi, Shopify Team
I still get this message about deprecation
where it called
We moved our API version to 2022-10 and still gets this
I using:
shopify-api-node@3.12.5
API VER:
2022-10
customer data access is approved
I have similar problem, is there can anybody help with this?
I received this as well (see the picture below). To my understanding July 1st any (publically distributed) app not following the customer protection guidelines (assuming approved) will be unlisted. Similarly, there are a few attributes from the order object that are being depreciated for the 2023-10 API release. So if you use these few attributes that are to be removed, this may create breaking changes to your app.
Custom apps do not need to worry about customer protection, however, the attributes will be removed so be wary about using those once the new version is released.
Otherwise, you shouldn't need to worry too much about this warning.
I sent
note
note_attributes
and for line_items
properties
Hi @ken157 we recommend using the Deprecated calls API to track what deprecated field was called and when it was last called. The warnings will remain for 14 days after the last call to a deprecated value. https://shopify.dev/docs/api/admin-rest/2023-04/resources/deprecated-api-calls
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Sadly, but Deprecated calls API don't work for general stores, it just response 404 code with message:
{"errors":"Not found"}
On description by link you has wrote above, noted:
The Deprecated API calls resource is available only for custom apps.
Probably there is reason why any of customer's production stores where i have tested it, show me above 404 message.
it doesn't work for public apps