-
-
Notifications
You must be signed in to change notification settings - Fork 312
Abandoned Checkouts
Joshua Harms edited this page Dec 20, 2023
·
1 revision
This is used to return abandoned checkouts. A checkout is considered abandoned when a customer has entered their billing & shipping info, but has yet to complete the purchase.
var service = new CheckoutService(myShopifyUrl, shopAccessToken);
var checkouts = await service.ListAsync();
var service = new CheckoutService(myShopifyUrl, shopAccessToken);
var count = await service.CountAsync();