I can't get all Shopify orders via API, although there are orders beyond the date range that I have specified.
Neither of these URLs work for me:
https://1x877xxxxbd3ed99ae30d1eb4d71cxxx:[email protected]/admin/orders.json
The response is as below:
stdClass Object ( [success] => 1 [status] => OK [error] => [data] => Array ( [orders] => Array ( ) )......
However, if I just query a single order it will work
admin/orders/2073172294.json