---
title: "Reviews"
description: "Walmart reviews — accepted parameters and what comes back."
---

```
GET|POST /v1/walmart/reviews
```

**Price** $0.001 per call. [List price](https://apinoa.com/en/pricing); the rate steps down above 1,000 calls a day.

| Parameter | Type | Required | Notes |
|---|---|---|---|
| `id` | string | yes | Walmart's `usItemId`, all digits, as carried by a search item. |
| `page` | integer |  | 1-based review page; Walmart returns 10 reviews per page. |

No `cursor`: paging is by number here too.
