Closed WilliamChen-luckbob closed 1 year ago
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.
closed for inactivity
I'm quite confuzed when testing sending requests to amazon according to this API Doc Here I'm going to develop a function to refresh all the sellers' available marketplaces' data (to refresh the relation between sellerIds and marketplaceIds which are needed in any other functions). I have tried several times to see if the rate limit policy which API Doc told us is true. By sending requests concurrently by over 20 threads, I have found there is no header named
x-amzn-RateLimit-Limit
returned at all and also, no threads was blocked, they all succeessed. Is this api controlled by some dynamic rate limit policy and my number of concurrent requests are less than it's threshold? Or there is no rate limit policy of this API right now?