Facing issue while fetching ratings and reviews on the Amazon Product Advertising API

0

We are not getting Amazon product ratings and reviews in the Amazon's official Product Advertising API results even after passing the required parameters. Please look into it.

JSON Payload: { "ItemIds": [ "B01DUDX5QE" ], "Resources": [ "CustomerReviews.Count", "CustomerReviews.StarRating" ], "PartnerTag": "httpsplayg0d8-21", "PartnerType": "Associates", "Marketplace": "www.amazon.in", "Operation": "GetItems" }

JSON Response: { "ItemsResult": { "Items": [ { "ASIN": "B01DUDX5QE", "DetailPageURL": "https://www.amazon.in/dp/B01DUDX5QE?tag=httpsplayg0d8-21&linkCode=ogi&th=1&psc=1" } ] } }

gefragt vor 7 Monaten268 Aufrufe
1 Antwort
0

TooManyRequestsException We are facing some throttling issues even if we hit single request, have you faced any issues like this, please suggest:

com.amazon.paapi5.v1.ProductAdvertisingAPIv1.SearchItems {"__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."}]}

beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen