Skip to content
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

Abandonded checkouts missing in 5.0 ? #468

Closed
davidkdb opened this issue Mar 3, 2020 · 3 comments
Closed

Abandonded checkouts missing in 5.0 ? #468

davidkdb opened this issue Mar 3, 2020 · 3 comments

Comments

@davidkdb
Copy link

davidkdb commented Mar 3, 2020

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

@nozzlegear
Copy link
Owner

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.

@nozzlegear
Copy link
Owner

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.

@nozzlegear
Copy link
Owner

Published in v5.0.2 on nuget! Thanks for the bug report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants