Is there any reason why this query would return few or no orders?
What I am essentially trying to do is get all orders from the previous day.
https://api.clover.com/v3/merchants/########/orders?filter=modifiedTime>=1631160000000&filter=modifiedTime<=1631246400000&expand=lineItems,discounts,payments,refunds
The request returns no elements.
{'elements': [], 'href': 'http://api.clov.....
Sometimes the request will return no orders and other times it will have very few. It just depends on the day.
I can also change the filter from modifiedTime to createdTime and get similar results over the 24 hour period.
Thank you!
Thomas