---
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`는 없습니다. 여기서도 페이지는 번호로 넘깁니다.
