Seller Products
The Seller Products Parameters are applicable when making a request with type=seller_products to retrieve seller product listing results for a single seller on Amazon - the seller is specified using either the seller_id and amazon_domain parameters or the url parameter (where the url parameter contains a link to an Amazon seller product listing page). The parameters should be appended as querystring parameters to the Product Data API GET HTTP request.
Seller product listing results are retrieved from the seller product listings page for a single seller on Amazon. You can retrieve the seller_id value for a given seller from other Rainforest requests, such as type=offers requests.

An example of the JSON object returned from an Seller Products request is shown below:
Rainforest API returns the following properties for Seller Products requests:
Property | Type | Description |
---|---|---|
seller_products | array | An array of Seller Product objects, containing each of the seller product results shown on the seller products listing page. The Seller Product object has the following properties:
|
refinements | object | An object containing details of the available refinements for the given seller products results. These allow you to refine your request by values such as "Reviews rating 4 and over", "price range" and "brand". To refine your seller product results by a given refinement value you should specify refinement values, comma seperated, in your request's refinements parameter . Refinement values are dynamic and change by category area. If you wish to use refinements you should first issue a type=seller_products request without specifying any refinements to retrieve a master list of the avaialble refinements for the given seller. You can then cache these refinement values for use on subsequent requests. The refinements object has a property name for each refinement that is available. This property contains an array showing the full-text refinement name and an value. It is this value that you should specify, comma seperated, in your request's refinements parameter .
|
pagination | object | An object containing details of the current seller products listing page and the total number of pages that are available.
|
Next Steps Seller Products Parameters