-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Will this library be affected by Shopify REST API deprecation in 2024? #751
Comments
Yes, this library is only a wrapper to the REST admin API. If you ever make product API calls, you have to change it to use the graphql. I use this library to call the graphql API like this: You can refer the doc for the mutation and variables. I have the same question. If Shopify deprecates this library, I can no longer call the graphql API and other features. It will be a huge headache. Is Shopify going to keep this library as it is? |
@sillycube I agree with your concern. If this library is deprecated or no longer maintained, it would have a significant impact. This would certainly be a major challenge for developers. As for my approach, I plan to replace all REST API calls with GraphQL. However, I also feel that clear communication from Shopify about the future of this library is essential. Once again, thank you for sharing such useful information! |
Was digging into this as well, unfortunately is seems like Shopify has communicated in another closed issue that they will not be updating this library to use GraphQL under the hood:
For me, I will be building custom library for my use case instead of relying on this on which seems to be abandoned by Shopify team. |
@ryantang30 It's a bit sad to hear that there are no plans to update the library for GraphQL support, as this library has been very useful for many developers including myself. I've created a PR (#752) to update the README with REST API deprecation notices. While I'm not sure if it will be merged, I hope it helps other developers understand the upcoming changes and plan their migration accordingly. Since I got all the information I needed about the library's future status and REST API deprecation timeline, I'll close this issue. Thank you everyone for your help! |
Thank you for maintaining this great library.
Question: Impact of Shopify REST API Deprecation
Context
According to Shopify's announcement, the REST Admin API became legacy as of October 1, 2024.
Current Understanding
This library appears to primarily use REST API for its core functionality. For example:
Question
Is my understanding correct that this library will need to migrate from REST API to GraphQL API due to the REST API deprecation?
The text was updated successfully, but these errors were encountered: