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
Been using your shopify package for a few years and it's made my life so much easier! I obviously use the shopify dev site to lookup info on the API endpoints themselves and noticed the other day a message saying that the REST API will be deprecated in April '25 and that everyone should be using the Graph QL API end points. Started freaking out and double checked your page and see that you can already ".query" to use the Graph QL APIs. So, my question is... if I start switching my code over to use the .query rather than the regular shopify.product, shopify.order, etc.... is that all I need to do to be compliant and still having everything work for me after the deprecation of REST APIs.
Thanks!!
The text was updated successfully, but these errors were encountered:
@warwickprice wouldn't it be .graphql? If you're using that function (per their guide), you would be hitting Shopify's GraphQL API instead of the deprecated REST.
Less of an issue... more of a question....
Been using your shopify package for a few years and it's made my life so much easier! I obviously use the shopify dev site to lookup info on the API endpoints themselves and noticed the other day a message saying that the REST API will be deprecated in April '25 and that everyone should be using the Graph QL API end points. Started freaking out and double checked your page and see that you can already ".query" to use the Graph QL APIs. So, my question is... if I start switching my code over to use the .query rather than the regular shopify.product, shopify.order, etc.... is that all I need to do to be compliant and still having everything work for me after the deprecation of REST APIs.
Thanks!!
The text was updated successfully, but these errors were encountered: