Open MantasR opened 6 years ago
The reason is that amazon has maximum request quota of requests you are able to send. More info: amazon doc
When amount of orders is more then 600 there is now way to get all orders at once because the request is throttled. maxResultsPerPage value must be less than 100 so in order to get 600 orders it has to be 6 requests to amazon when maximum request quota is 6: Amazon doc How to solve this problem??
I have a problem related to this issue
When amount of orders is more then 600 there is now way to get all orders at once because the request is throttled. maxResultsPerPage value must be less than 100 so in order to get 600 orders it has to be 6 requests to amazon when maximum request quota is 6: Amazon doc How to solve this problem??
How to solve this problem, "nextToken" is filtered out
It doesn't happen all the time, however since I have imports of orders on cron job (every 3 minutes) I sometimes find my server crashed with this error:
Here is my setup:
And here is where I am getting orders: