# 쿠팡 EP 리스트 연동

쿠팡 골드박스, 카테고리별 EP 리스트 조회를 위한 API 입니다

## URL

* <https://sspi-cps-report.adpopcorn.com/eplist?reportkey=xxxxxx1k0i1d4a6e2i5g0ajwyobrks>

## Method

* GET

## Content-Type

* application/json

{% hint style="info" %}
해당 리스트는 매일 오전 8시 00분에 업데이트 됩니다.
{% endhint %}

## Response

<table><thead><tr><th width="230">key</th><th width="132">Type</th><th>설명</th></tr></thead><tbody><tr><td>result</td><td>boolean</td><td>리포트 조회 결과</td></tr><tr><td>resultCode</td><td>int</td><td>리포트 조회 결과 코드</td></tr><tr><td>resultMessage</td><td>string</td><td>리포트 조회 결과 메시지</td></tr><tr><td>eplist</td><td>list</td><td>EP list (아래 예시 참조)</td></tr></tbody></table>

{% tabs %}
{% tab title="200" %}
{% code title="json" %}

```json
{
  "result": true,
  "resultCode": 1,
  "resultMessage": "success",
  "eplist": [
     {
	"category_id": 1001,
	"category_name": "\uc5ec\uc131\ud328\uc158",
	"is_rocket": 1,
	"is_free_shipping": 0,
	"product_id": 174997928.0,
	"product_image": "https://static.coupangcdn.com/image/retail/images/253443513735009-1b8693d1-979c-4057-bb12-0db32126dddf.jpg",
	"product_name": "\ub450\ubc1c\ub85c \uc5ec\uc131\uc6a9 \uc790\ubb3c\uc1e0 \ud398\uc774\ud06c\uc0ad\uc2a4 \uc2e4\uc18d\ud615 12\ucf24\ub808",
	"product_price": 8900,
	"product_url": "https://link.coupang.com/re/AFFSDP?lptag=AF7829779&pageKey=174997928&itemId=500044715&vendorItemId=4274735816&traceid=V0-113-1f026721b7a65b50"
     },
     {
	"category_id": 1001,
	"category_name": "\uc5ec\uc131\ud328\uc158",
	"is_rocket": 0,
	"is_free_shipping": 1,
	"product_id": 1540038879.0,
	"product_image": "https://static.coupangcdn.com/image/vendor_inventory/9d67/5edd6c8fa20adde0401376b33a90f8616091432ac065ff0e38146ad772fa.jpg",
	"product_name": "K2 \uc2ec\ub9ac\uc2a4 \ucfe8\ud1a0\uc2dc 2p x 2\uc138\ud2b8, Black",
	"product_price": 13150,
	"product_url": "https://link.coupang.com/re/AFFSDP?lptag=AF7829779&pageKey=1540038879&itemId=2638186666&vendorItemId=80966724465&traceid=V0-113-9b7abdaec9ef6d3e"
     }
   ]
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

## 카테고리 코드

<table><thead><tr><th width="184">code</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>골드박스</td></tr><tr><td>1001</td><td>여성패션</td></tr><tr><td>1002</td><td>남성패션</td></tr><tr><td>1010</td><td>뷰티</td></tr><tr><td>1011</td><td>출산/유아동</td></tr><tr><td>1012</td><td>식품</td></tr><tr><td>1013</td><td>주방용품</td></tr><tr><td>1014</td><td>생활용품</td></tr><tr><td>1015</td><td>홈인테리어</td></tr><tr><td>1016</td><td>가전디지털</td></tr><tr><td>1017</td><td>스포츠/레저</td></tr><tr><td>1018</td><td>자동차용품</td></tr><tr><td>1019</td><td>도서/음반/DVD</td></tr><tr><td>1020</td><td>완구/취미</td></tr><tr><td>1021</td><td>문구/오피스</td></tr><tr><td>1024</td><td>헬스/건강식품</td></tr><tr><td>1025</td><td>국내여행</td></tr><tr><td>1026</td><td>해외여행</td></tr><tr><td>1029</td><td>반려동물용품</td></tr><tr><td>1030</td><td>유아동패션</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://adpopcornssp.gitbook.io/ssp-sdk/undefined-2/extra-guide/coupang/ep.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
