Here's what I'm doing:
- I create an Order using the API
- I set the "created_at" field to a date in the past
- I then use the API to request orders using the "created_at_min" and "created_at_max" filters
Here's what happening:
- I always get 0 orders if I use the filters surrounding the "created_at" date I used
- If I set the filters to surround the date I inserted the order it works.
My theory:
The "created_at_min" and "created_at_max" filters on the Order API is using the date of insertion versus the date in the "created_at" field in the order. Can that be real? If so, this is totally a bug.
Anybody? Anybody? Working on an active client issue and very curious what can be done here.