Offers
When making a request with the type parameter set to type=offers Rainforest API will return all Seller Offers for the product specified in either the asin and amazon_domain parameters or the url parameter.
Offers are retrieved from the offers listing popup window for a single product on Amazon.
Note that the buybox-winner offer is always pinned to the top of the offers listing popup window, above the 'other offers'. Rainforest will append the buybox winner offer to the top of the offers array when page=1 .
Stock Estimation To get stock estimation for a specific Offer pass that offers offer_id into a stock-estimation request.
An example of the JSON object returned from an Offers request is shown below:
Rainforest API returns the following properties for Offers requests:
Paginating Offers Results Amazon returns 10 offers per page. To request more offers issue additional requests incrementing the page parameter. The position property shows the position of the offer within the current page of results. For example, the first offer of page=2 would have position=1 .
Property | Type | Description |
---|---|---|
offers | array | An array of Offer objects, containing each of the Seller Offers shown on the Offers listing page. The Offer object has the following properties:
Price Object The price object contains details about the sellers pricing.
Minimum Order Quantity Object The minimum order quantity object contains details about the sellers minimum order quantity.
Maximum Order Quantity Object The maximum order quantity object contains details about the sellers maximum order quantity.
Promotion Object The promotion object contains details about any promotion associated with the seller offer.
Import Fee Object The Import Fee object contains details about any import fee payable on the offer.
Condition Object The condition object contains details about the products condition.
Delivery Object The deliery object contains details about the products delivery options.
Seller Object The seller object contains details about the seller providing the Offer.
|
product | object | An object containing details of the product (in so far as those details are shown on the Offers listing page). For full product details you should issue a request with type=product to retrieve details from the product page .
|
pagination | object | An object containing details of the current Offers page and the total number of Offers pages that are available. To paginate you should specify the page number in your request's page parameter .
|
available_filters | object | An object containing details of which offer filters are shown by Amazon. Can be used to inform future type=offers requests.
|
Next Steps Offers Parameters