---
title: "评价"
description: "沃尔玛评价——接受的参数与返回的内容。"
---

```
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. |

没有 `cursor`：这里同样按页码翻页。
