Header: x-amzn-RateLimit-Limit #110
Unanswered
ryankirkland
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Had the same question - what I did was use the following library: https://pypi.org/project/ratelimit/ I personally just used 1/(requests per second) and used that as the rate limit as per the docs. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Selling Partner API docs Usage Plans and Rate Limits mentions a "x-amzn-RateLimit-Limit" header that would indicate some sort of refresh rate when being throttled.
I've not yet seen this header in any of my calls to Orders, Reports, or Sales. Anyone have any insight in how to best set up querying to most efficiently (and pythonically :) ) navigate throttling?
Any insight would be super appreciated! I'm a bit of a noob here, but want to build out some cool automated reporting for my little seller account.
Thanks y'all!
Beta Was this translation helpful? Give feedback.
All reactions