You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On various GraphQL calls, sometimes 'API Deprecation Notice' error is shown.
The message is generic: "message":"https://shopify.dev/api/usage/versioning#deprecation-practices"
Please make the message point out what exactly was deprecated, since this is known on SHopify servers executing the call and producing the message.
Right now the this package returns, what is returned by the API itself, so at the package level there is not too much more we can do right now.
I would recommend creating a post describing this issue in the .dev community. Posting here will get it automatically flagged to the owning team, and will help with their prioritization.
Overview/summary
On various GraphQL calls, sometimes 'API Deprecation Notice' error is shown.
The message is generic:
"message":"https://shopify.dev/api/usage/versioning#deprecation-practices"
Please make the message point out what exactly was deprecated, since this is known on SHopify servers executing the call and producing the message.
Current behaviour: Besides reading the docs, one now has to remove most of the fields, see the error gone, then add a few of the at a time to figure out the problematic field.
And sometimes the docs aren't helpful, eg implemented this
https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/productUpdate?language=Node.js
and the error is
Thanks
The text was updated successfully, but these errors were encountered: