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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠