ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

CustomerService.ListOrdersForCustomerAsync() for customers with more than 50 orders?

Open angelinos opened this issue 5 years ago • 1 comments

I need to get a list of customer orders, but by default it only returns a max of 50 as this is the default limit. Also CustomerOrderListFilter does not support the "limit" property to at least raise it to 250.

How can we get all orders for a specific customer? What if they have more than 250 orders?

Thanks

angelinos avatar Apr 28 '20 15:04 angelinos