Hello,
please, I have a serious problem. No matter I do I cannot get enough sales orders over REST-API.
I cannot get much more than 600 orders but I should get more than 11000.
We have this problem for a lot of accounts. Can you please help me to discover what can we do wrong?
https://{shop}.myshopify.com/admin/api/2021-10/orders/count.json?status=any
{
"count": 11040
}
https://{shop}.myshopify.com/admin/api/2021-10/orders.json?limit=250&status=any
- get 250 orders and next link (utilize rel=next)
```css
```css
Thank you