Seller Feedback
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.
An example of the JSON object returned from an Seller Feedback request is shown below:
Rainforest API returns the following properties for Seller Feedback requests:
Property | Type | Description |
---|---|---|
seller_feedback | array | Seller Feedback Array The seller feedback array contains feedback objects representing the customer feedback results for the current seller feedback page. The feedback object has the following properties:
|
pagination | object | An object containing details of the current Seller Feedback page and whether or not a next-page of results is available. To paginate you should check whether has_next_page=true and specify the next_page number in a subsequent request's page parameter .
|
Next Steps Seller Feedback Parameters