Error! TooManyRequests

0

Hi everyone,

"The request was denied due to request throttling. Please verify the number of requests made per second to the Amazon Product Advertising API."

I am getting this error even though requesting for only one item. Please help me to fix this issue

Thank you

2 回答
1

We aren't able to see any of your code (or how you are communicating with the API) unless you open a technical support case with AWS Support Engineering. It's likely you believe you are requesting one item, but an unexpected loop might be affecting it. I recommend familiarizing yourself with concepts such as exponential back-off. This can be common with unrefined code in a Lambda function.

https://aws.amazon.com/builders-library/timeouts-retries-and-backoff-with-jitter/

profile pictureAWS
专家
David
已回答 4 个月前
  • Hi thank you for the reply, Below is the code please let me know if I need to share any other code.

    { "__type": "com.amazon.paapi5#TooManyRequestsException", "Errors": [ { "Code": "TooManyRequests", "Message": "The request was denied due to request throttling. Please verify the number of requests made per second to the Amazon Product Advertising API." } ] }

    Thank you

0

I too have the same question, I am trying the scratchpad API and even the first request shows me the same error. here is the sample payload sent. { "Keywords": "Laptops", "Resources": [ "Images.Primary.Small", "ItemInfo.Title", "Offers.Listings.Price", "Offers.Listings.SavingBasis", "Offers.Summaries.HighestPrice", "Offers.Summaries.LowestPrice" ], "SearchIndex": "Electronics", "PartnerTag": "mypartnertag", "PartnerType": "Associates", "Marketplace": "www.amazon.in", "Operation": "SearchItems" } This is what i get as response. Error! TooManyRequests The request was denied due to request throttling. Please verify the number of requests made per second to the Amazon Product Advertising API. Please help me with this.

已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则