February 28th, 2024 #2

Changelog: February 28th, 2024 #2 - /reviews-page Endpoint

We've added a specific_variant request attribute to our /reviews-page endpoint. This is a non-breaking update that will allow you to restrict reviews to a specific variant.

What's New?

  • specific_variant: The specific_variant request parameter is a boolean indicating whether you want to restrict reviews to a specific variant of an ASIN. The default value is false. If true, the reviews attribute in the response will only contain reviews for that specific variant. Additionally, if true, a variant attribute will be added to your JSON response in the format:
  • asin: str
    total_reviews: int
    total_ratings: int
    

How to Use the New Attributes?

Specify specific_variant as true in your /reviews-page requests. No action is required if you do not want to enable this feature.