- Previous: Products Catalog API
- Up: Product Lookup API
- Next: Search API
Reviews API
Reviews API gives you access to the extensive item reviews on Walmart that have been written by the users of Walmart.com. This is great content for enriching item descriptions. You are free to showcase this content on your application provided you link back to the original content page on Walmart.com, as specified in the response parameter "productUrl".
Example Query
Lookup for item id 33093101, JSON Response
http://api.walmartlabs.com/v1/reviews/33093101?apiKey={apiKey}&publisherId={Your Impact Radius Publisher Id}&format=json
Formats
xml, json
Query Parameters
Param Name | Description | Required/Optional |
---|---|---|
apiKey | Your API access key. | Required |
publisherId | Your Impact Radius Publisher Id | Optional |
format | Type of response required, allowed values [json, xml]. Default is json. | Optional |
Sample Response
- Previous: Products Catalog API
- Up: Product Lookup API
- Next: Search API