Reviews
GET /request
The Reviews Parameters are applicable when making a request with type=reviews to retrieve customer Reviews for a single product on Walmart USA ( walmart.com ) or Walmart Canada ( walmart.ca ) - the product is specified using either the item_id or url parameter (where the url parameter contains a link to a Walmart product page). The parameters should be appended as querystring parameters to the Walmart Product Data API GET HTTP request.
Reviews are retrieved from the customer reviews page for a single product on Walmart.
For example, to request reviews sorted by most helpful ( sort_by=most_helpful ), for the Item ID 782866746 , on walmart.com the request would be:
The following parameters are available for all requests made when type=reviews in addition to the Common Parameters.
Parameter | Required | Description |
---|---|---|
item_id | optional | The Walmart Item ID to retrieve Reviews for. Note : If the item_id parameter is supplied then the url parameter is ignored. |
walmart_domain | optional | The Walmart domain to retrieve Reviews for. Can be set to walmart.com (the default), or walmart.ca . |
url | optional | The Walmart reviews-page URL to retrieve Reviews from. |
sort_by | optional | Determines the sort order of reviews to return. Valid values are:
|
page | optional | The current page of reviews to retrieve. Inspect the pagination.total_pages property in the Reviews results to see how many pages of reviews are available. |
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 Reviews Results