Search For Orders Shopify Module Broken

I’m running a Shopify orders module to search for all orders on a given day. The “list orders” module is showing 7, which is correct, but when I then search for orders on the same day it returns 5. The only thing that makes sense is there are 2 orders marked as fulfilled and the others still unfulfilled (which could link to open/closed state). But using the drop-downs doesn’t appear to work either.

State any deprecated is a potential challenge but I’ve got it set as blank at the moment.

1 Like

Were you able to resolve this? I’m encountering a similar issue where the search module returns only 5 orders, even though we have significantly more. Most of the orders are marked as paid and fulfilled, and the discrepancy is substantial.

Yes, although haven’t worked out a way to get refunds.

Basically had to use the drop-down to select Closed orders, then an array aggregator, then a set multiple variables to pull together whatever I wanted from the array.

Then another Shopify module for Search for orders with an Open status, array aggregator and multi variables. Then a further mutli variable module to add the 2 (open + closed) together.

Not sure if you’d need to do one for every eventuality. We always have payments made when orders come in.

1 Like