amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
612 stars 739 forks source link

What is the rate limit policy of Selling Partner API for Sellers #2178

Closed WilliamChen-luckbob closed 1 year ago

WilliamChen-luckbob commented 2 years ago

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?

github-actions[bot] commented 2 years 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.

github-actions[bot] commented 1 year ago

closed for inactivity