You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Orders().get_order('') end point to gather my sales for the day, I have a slight problem with the rate limit.
Here, in your docs it sates that the rate limit is 1 per second but Here, in the Amazon docs it states that the limit is 0.0167 per second
And when calling the endpoint the returned rate limit is <'rate_limit': '0.5'>
What would be the fastest way to return all of this information? I have hundreds of sales a day I need to get the information for.
How do we know how many tokens are in the bucket for using burst requests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the Orders().get_order('') end point to gather my sales for the day, I have a slight problem with the rate limit.
Here, in your docs it sates that the rate limit is 1 per second but
Here, in the Amazon docs it states that the limit is 0.0167 per second
And when calling the endpoint the returned rate limit is <'rate_limit': '0.5'>
What would be the fastest way to return all of this information? I have hundreds of sales a day I need to get the information for.
How do we know how many tokens are in the bucket for using burst requests?
Beta Was this translation helpful? Give feedback.
All reactions