Get Product data summary along with paginated review content by SKU

Retrieve JSON or HTML formatted summary of the Product, along with a sample of review images and paginated reviews

Log in to see full request history
Path Params
string
required

Format specifier, 'json' or 'html'

Query Params
string
required

Product SKU to look up

string

Product parent id to look up, use either this or sku

integer
1 to 100
Defaults to 15

Number of reviews to retrieve

integer
≥ 1
Defaults to 1

Page of reviews to retrieve

string
Defaults to date

How reviews will be sorted, currently supports: 'date' (sort according to the review submission date), 'rating' (sort according to the star rating), 'helpful' (sort according to the total number of times a review was voted 'helpful'), and 'ratingDate' sort by rating followed by date with the most recent first within each rating group).

string
Defaults to desc

Sort direction of reviews, supports 'asc' for ascending sort and 'desc' for descending sort, if left blank will default to descending sort

string
Defaults to none

Filters results to return reviews matching the specified condition. 'verified' returns only verified reviews, 'has_images' returns only reviews with associated images

Responses

404

Product / Seller not found

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html