Hi
We integrate with retailers and pull down their orders data for last 3 years. The clover API limits it to 1000 orders. How can I pull down the data for last 3 years?
for reference purpose i created following query with no success:
https://api.clover.com/v3/merchants/KL123LKPK11/orders?filter=createdTime>=1698796800&filter=createdTime<=1701388799
Response is as follows:
{
"elements": [],
"href": "http://api.clover.com/v3/merchants/121xsaswsdff/orders?filter=createdTime%3E%3D1698796800&filter=createdTime%3C%3D1701388799&filter=stateIS%20NOT%20NULL&limit=100"
}
This was suggested in: https://docs.clover.com/docs/limits-added-to-calls-to-payments-and-orders-endpoints