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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ