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
It looks like it was indeed the CheckoutService in v4.0. There were two methods on it that I marked as obsolete due to being undocumented, they were ListAsync and CountAsync. Curiously, it seems like those two methods are now the only ones that Shopify documents for the endpoint.
I'll create a new AbandonedCheckoutService and publish it. It's only going to contain the ListAsync and CountAsync methods though, since those are the only two documented.
Actually nevermind, I'm going to leave the CheckoutService and add the two missing methods to it. The others will be marked as obsolete with intent to drop them in the future since they appear to be undocumented and unsupported.
Cannot find the abandoned checkouts service in version 5.0
In case it is the CheckOutService it's missing almost all the methods and filters, and cannot be used.
It should be very similar to OrderService
The text was updated successfully, but these errors were encountered: