Seller Feedback
GET /request
The Seller Feedback Parameters are applicable when making a request with type=seller_feedback to retrieve seller customer feedback details for a seller on Amazon - the seller is specified using the seller_id and amazon_domain parameters. The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.
Seller feedback details are retrieved from the feedback section of the seller profile page. You can retrieve the seller_id value for a given seller from other Rainforest requests, such as type=offers requests.
A maximum of 5 seller feedback records can be returned per request. You can paginate through multiple pages of seller feedback records using the page parameter. Inspect the pagination.has_next_page property to determine whether there is a next page of results to retrieve.
For example, to request page=2 of seller feedback results for a seller with ID A02211013Q5HP3OMSZC7W on amazon.com the request would be:
The following parameters are available for all requests made when type=seller_feedback .
Parameter | Required | Description |
---|---|---|
amazon_domain | optional | The Amazon domain to retrieve seller feedback results from for the seller specified in the seller_id parameter. For a full list of supported Amazon domains see Supported Amazon Domains . |
seller_id | optional | The Amazon Seller ID to retrieve seller feedback results for. Used in combination with the amazon_domain parameter. Note : Seller IDs can be retrieved from Rainforest API type=offers requests. |
page | optional | The page of seller feedback results to retrieve. |
max_page | optional | Use the max_page parameter to get multiple pages of results in one request. The API will automatically paginate through pages and concatenate the results into one response. See the Pagination docs for more information. |
Next Steps Seller Feedback Results