I’m building a flow that I need to retrieve past orders of my Shopify store.
It seems like the “Get Many” operation would not retrieve the same scope of data as the “Get” operation. I specifically wanted to get the fulfillment number of all my orders. I was able to see it from the “Get” operation, but I do not see it in the “Get Many” operation.
Besides, in the “Get Many” operation, I can only retrieve the past five orders, even though I have all the filters unchecked. I also tried a Return All, but it still returns only five items.
I know the alternative is to use a HTTP request but I am not a coder. Looking up the API is taking quite some time.
I just wish the Get Many operation would do the same as the Get.