getItemReviewTopicsget https://sellingpartnerapi-na.amazon.com/customerFeedback/2024-06-01/items/{asin}/reviews/topicsRetrieve an item's ten most positive and ten most negative review topics.Path ParamsasinstringrequiredThe Amazon Standard Identification Number (ASIN) is the unique identifier of a product within a marketplace. The value must be a child ASIN.Query ParamsmarketplaceIdstringrequiredThe MarketplaceId is the globally unique identifier of a marketplace, you can refer to the marketplaceId here : https://developer-docs.amazon.com/sp-api/docs/marketplace-ids.sortBystring of stringsrequiredThe metric by which to sort data in the response.Show DetailsMENTIONSThe top positive and negative topics calculated by their mentions in customers reviews of the ASIN.STAR_RATING_IMPACTThe top positive and negative topics calculated by their impact towards the star rating of the ASIN.Responses 200Success. 204Success. 400Request has missing or invalid parameters and cannot be parsed. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The resource specified does not exist. 413The request size exceeded the maximum accepted size. 415The request payload is in an unsupported format. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated 10 months ago