beardon / mws-api

Amazon Marketplace Web Services client for Node.js.
79 stars 55 forks source link

Throttled requests in ListOrders operation #103

Closed eli8levit closed 6 years ago

eli8levit commented 6 years ago

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??

eli8levit commented 6 years ago

Didn't notice there is already open issue about this #99