# 쿠팡 API 발급받기

## 쿠팡 API 발급받기

쿠팡 판매자센터와 연동하여 액션을 사용하기 위해, 쿠팡 OpenAPI Key 발급받는 방법을 알려드립니다.\
쿠팡 API를 사용하기 위해서는 쿠팡Wing에 판매자 등록 및 사업자 인증이 필요합니다.\
또한 API 발급 후 사용까지는 최대 24시간 이상 소요될 수 있는 점 참고 부탁드립니다.

> <mark style="background-color:yellow;">🔎Click! 이미지를 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

1. 쿠팡Wing에 로그인합니다.\
   <https://wing.coupang.com/>
2. 좌측 메뉴에서판매자정보 > 추가판매자정보 로 접속하신 후 OPEN API 키 발급에서 발급버튼을 클릭해주세요.<br>

   <figure><img src="/files/cTBdT1a8MkUuOYH67Dcu" alt=""><figcaption></figcaption></figure>
3. OPEN API를 선택한 뒤 약관동의 체크 후 Key 발급받기를 클릭해 주세요.<br>

   <figure><img src="/files/FOT7af9B707WA3VRcKNL" alt=""><figcaption></figcaption></figure>
4. 업체 입력 방식에서 자체개발(직접입력)을 선택하고 업체명, URL, IP 주소를 입력합니다.\
   \- 업체명 : 바티\
   \- URL : <https://bati.ai\\>
   \- IP : 바티 IP 주소는 [***문의***](https://3zd79.channel.io/home)*로 요청주시기 바랍니다.*<br>

   <figure><img src="/files/bfccq06ow5paLOKQybeu" alt=""><figcaption></figcaption></figure>
5. OPEN API가 발급되면 발급된 내용을 확인하고 바티에 계정을 연동합니다.<br>

   <figure><img src="/files/CHw8o47yEnN9e71lrQLa" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
OpenAPI Key의 유효기간(180일)이 만료되면 더 이상 인증이 불가능하며 키를 재발급 받아야 합니다.
{% endhint %}

***

## 쿠팡 API 계정 연동하기

<figure><img src="/files/5bZsraYMv1CbmZxxHIk8" alt=""><figcaption></figcaption></figure>

* 별칭 : 계정을 구분할 수 있는 별칭을 자유롭게 입력해 주세요.
* 업체코드 : API 생성 후 발급된 업체코드를 입력해 주세요.
* Access Key: API 생성 후 발급된 Access Key와 동일하게 입력해 주세요.
* Secret Key : API 생성 후 발급된 Secret Key와 동일하게 입력해 주세요.


---

# 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://guide.bati.ai/service/api/coupang.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.
