Dear Shopify team,
I am currently using order api for admin/api/2021-10/orders.json. I am using latest pagination method, which gives Link in response header. So I am taking next page based on rel=“next” in Link from response header.
Using admin/api/2021-10/orders/count.json, I am getting 2657 results. So I am getting 11 pages. Following links are generated:
https://myshop.myshopify.com/admin/api/2021-10/orders.json?status=all&created_at_min=2009-12-31 23:00:00&created_at_max=2022-07-23 00:00:00&limit=250
If you can check page_info in query string, it shows duplicate random string in few of the urls.
Using these links, I am getting only 250 unique results, rest results are duplicated.
Can anyone tell me, what is going wrong here?