We are new to using the API, and have run into the following problem. We are attempting to access all orders placed since a given date using the following:
https://my-store.myshopify.com/admin/orders.json?created-at-min=2014-09-01
However, it is returning orders from 2014-06-06 and earlier. There are no current orders. Another issue I discovered was that all the current orders have a status of "Archived", so if I use the following, I get the current orders:
https://my-store.myshopify.com/admin/orders.json?status=any
How do we get the dates to filter correctly, and once we have that, how do we then also include archived order, not just open orders?
Any help would be greatly appreciated.