Hi team!
I am facing some problem with retrieving order list from RestAPI
/admin/api/2021-07/orders.json?limit=250&page_info=eyJkaXJlY/admin/api/2021-07/orders.json?limit=250&page_info=ghjsix....
link in header response
For example of my above request, I set **limit** to **250** and the **page_info** currently stay in is the last page I could retrieve from **link** in response header. But the smallest order_id was not the last one, there are a lots more orders which placed previously (ex: order_id:388 is the last I could receive from response but there are still some more from 387-> 366)
Tried many other way but still got the same result
Is there anyway to retrieve further in pagination?
Thanks in advance