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

```
GET|POST /v1/walmart/product
```

**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 — chain straight in. |
| `region` | string |  | Buyer country as ISO 3166-1 alpha-2; sets availability, shipping and price. |

```bash
curl "https://gateway.apinoa.com/v1/walmart/product?id=996425081" -H "x-api-key: YOUR_API_KEY"
```

搜索条目的 `id` 就是 `usItemId`，可以直接接进来。
