ShopifySharp
ShopifySharp copied to clipboard
CustomerService.ListOrdersForCustomerAsync() for customers with more than 50 orders?
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