---
title: "상품"
description: "이베이 상품 — 받는 파라미터와 돌아오는 값."
---

```
GET|POST /v1/ebay/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 | The marketplace's own product id, as carried by a search item. |
| `region` | string |  | Buyer country as ISO 3166-1 alpha-2; sets availability, shipping and price. |

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

검색 결과 아이템의 `id`가 그대로 이어집니다. 여기 있는 마켓플레이스 가운데 가장 저렴한 상품
엔드포인트입니다.
