Reviews
When making a request with the type parameter set to type=reviews Backyard API will return all Customer Reviews for the product specified in the item_id or url parameter.
Reviews are retrieved from the customer reviews page for a single product on Home Depot.

An example of the JSON object returned from a Reviews request is shown below:
Backyard API returns the following properties for Reviews requests:
Property | Type | Description |
---|---|---|
reviews | array | An array of Review objects, containing each of the Customer Reviews shown on the Customer Reviews page. The Review object has the following properties:
|
product | object | An object containing details of the product (in so far as those details are shown on the Customer Reviews page). For full product details you should issue a request with type=product to retrieve details from the product page .
|
summary | object | An object containing a summary of all reviews for the product, as shown at the top-left of the Customer Reviews page.
|
pagination | object | Pagination Object An object containing details of the current page and the total number of pages that are available. To paginate you should specify the page number in your request's page parameter .
|
Next Steps Reviews Parameters