Discussing APIs and development related to customers, discounts, and order management.
As a part of my application I would like to keep a local export of every single one of my orders. I have a ruby script that achieves most of what I need here, but it only fetches unfulfilled orders.
I have tried tweaking ShopifyAPI::Order.all by adding parameters like so