Uh oh!
There was an error while loading. Please reload this page.
Add REST API deprecation notice to README - #752
Conversation
nasudadada
commented
Jan 8, 2025
I have signed the CLA |
nasudadada
commented
Jan 11, 2025
@sle-c I notice the pre-commit check is failing and blocking the merge. I'll create a separate issue to address this. |
nasudadada
commented
Jan 14, 2025
@sle-c The CI check is failing, but I believe this is due to the CI issue that has already been fixed in the #755. Options I'm considering:
Please advise on the best approach for this project. |
sle-c
commented
Jan 14, 2025
Hi @nasudadada , In this case I'll just merge the PR because it's a readme change. Thank you for your contribution. Si |
cjauvin
commented
Aug 11, 2025
I'm trying to understand the implications of using this library, as the REST API is now deprecated, in favor of the GraphQL API. Is it ok to continue using this library? Will the parts that are built with REST eventually stop working? Is it better to switch to something like gql? |
nasudadada
commented
Aug 24, 2025
Hi @cjauvin, This is exactly the same concern that was discussed in #751. Please check out the conversation there, especially @ryantang30's comment which includes the official response from Shopify Developer Support. The key points are:
Hope this helps clarify the situation! |
Add REST API deprecation notice to README
WHY are these changes introduced?
Related to #751#745
According to Shopify's announcement, the REST Admin API will become legacy as of October 1, 2024. This change adds necessary warnings to the README to inform users about the upcoming deprecation and migration requirements.
WHAT is this pull request doing?
Checklist