I am in the process of converting our project from the Shopify REST API over to the GraphQL API, however, I can’t seem to find a way to pull “Abandoned checkouts”.
While you cannot get abandoned checkouts outside of REST currently, I can say the goal with the Graphql Admin API is parity with the REST API. Thanks for asking though, I’ll make sure it gets mentioned when discussing roadmaps.
Hi Alex, Thanks for your reply! We’ve been having issues with speed using the GraphQL implementation mostly due to cost constraints. My solution turned into a hybrid of the Rest API and GraphQL. GraphQL worked wonders with pulling lets say, all customers, however it fell short when I needed to export all orders, order line items and variant informations together where there are multiple child nodes in place. We were at most only able to request around 50-60 orders per call, but would also have to make subsequent api calls if there were multiple line items pages in the order.
TLDR; Thank you for the update Can’t wait to see all the rest features in the graphql api.
Bumping this, would love an update on the status of the abandoned checkouts graphql endpoint, it would be much appreciated so we can batch some of our high frequency queries in an app we are building.