ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

OrderService.ListAsync Fulfilled orders by name fails

Open kdc415 opened this issue 3 years ago • 1 comments

When I try to retrieve an order that has a fulfillment nothing is returned when using name filter

var list = await service.ListAsync(new MyCustomOrderFilter()
    {
        Name = orderName
    });

kdc415 avatar Dec 04 '20 22:12 kdc415

Thanks for the bug report @kdc415, I'll check it out myself and see if I can reproduce the problem.

nozzlegear avatar Dec 29 '20 20:12 nozzlegear