-
Notifications
You must be signed in to change notification settings - Fork 26
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
Shopify Checkout API Ending April 1, 2025 #127
Comments
Any updates re this? |
@fbnntt I think you are referring to the Checkout API, the plugin uses the admin REST API to get and sync the products so I think we are unaffected? Can you point out specifically what we are doing in the API that is being deprecated? |
@lukeholder It's hard to find info on that, but everywhere on the admin REST API, there is a message that it's deprecated since October 1, 2024 (https://shopify.dev/docs/api/admin-rest). |
@smcyr Thanks, I see the warning in the docs for admin-rest. We will get this plugin upgraded before the cut-off date. |
Is there any updates on this one? Shopify is starting to get loud on the deprecations! |
Hey guys, really happy to see there's been some recent movement on this with the draft PR. Thank you! I'd like to point out that we are now just a little over 6 weeks out from when this API is going to stop working. We as site owners need a reasonable amount of time to run (and test) the necessary upgrades. But while this Issue remains open, we don't know what a "reasonable amount of time" is. Will there be a clear a upgrade path? Will there be breaking changes? All of this is to say, I really hope to see this issue addressed ASAP. If not, it puts all of our own sites (and relationships with clients) at risk. 🙏 |
From what I can read from Shopify, the API will still be working for existing apps on April 1st. It's only new Shopify organizations that won't be able to create new custom apps using the REST API:
|
@smcyr I appreciate the clarification, thank you. However I don't think it's a tenable solution so say that this plugin works, as long as you integrate it by April 1. It's tied to a deprecated API, which has some important limitations that affect other features of this plugin (e.g. #90). I also don't think what this issue is asking for is unreasonable, nor is my ask that it be addressed in a timely manner. |
Hi All Thank you for the messages. We understand that this is a time-sensitive issue/update and are working to get something out as soon as we can. We would like to get a beta out at the end of this week/beginning of next. It would be great to get feedback on people updating the plugin. We are trying to negate breaking changes where we can, although there are some discrepancies between the data the REST and GQL APIs return. With how people use the plugin in the wild a beta could be a great place to learn where we can make changes to ensure the transition is as seamless as possible. Please let us know if you have any other questions or specific queries. Thanks! |
Hello @nfourtythree , do you think we’re going to have GraphQL support in the next 6.x release ? thank ! |
Thank you for your question. Full GraphQL support is something on our list/radar: #49 We are just concentrating on completing the conversion of the integration with the Shopify API so that it works for everyone. Once that is done we will have a clear path for new features. With that, it will unlikely make it into Thanks |
Hey guys, are there any updates on this at all? |
@TGriffiths88 feedme + element api is the way, for me :)
|
Hi All We are pleased to say that we have just pushed a beta of the new version of the Shopify plugin ( We have updated the README with the new details (and are continuing to improve on this) please pay careful attention to the upgrading section which details differences that will be of note for your projects. To get this version, change your "require": {
"craftcms/shopify": "^6.0.0-beta.1",
"...": "..."
} Then run Looking forward to your feedback on this version! Please let us know if you come up against any issues. We please ask that if you have any issues related to the new version that you create new issues for them in this repo so we can efficiently track everything. Thanks! |
We just got a notice from Shopify that they will end support for the storefront and admin checkout API that this plugin uses:
Migrate to the Storefront Cart API
Are there plans to migrate this plugin to their new API before April?
The text was updated successfully, but these errors were encountered: