> For the complete documentation index, see [llms.txt](https://docs.sendman.xyz/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendman.xyz/guide/start/integration/coupang.md).

# 쿠팡

쿠팡 Wing Open API에서 발급한 **Vendor ID**, **Access Key**, **Secret Key**를 센드맨에 입력하면 연동할 수 있습니다.

## IP 허용 설정

쿠팡 Open API는 **허용된 IP에서만 호출**할 수 있습니다. API 키 발급 시 또는 설정 페이지에서 아래 센드맨 서버 IP를 허용 목록에 추가해 주세요.

* 센드맨 서버 IP (Outbound): `209.71.88.200`
* 리전: `nrt` (도쿄)

> 이 IP를 허용하지 않으면 API 호출이 차단되어 주문 수집이 실패합니다.

## API 키 발급 방법

1. [쿠팡 Wing 판매자 센터](https://wing.coupang.com)에 로그인합니다.
2. 우측 상단의 **내 아이디**를 클릭한 후 **API KEY 발급받기**를 선택합니다.
3. 키 사용 목적으로 **OPEN API**를 선택합니다.
4. 약관에 동의하고 Key를 발급합니다.
5. 연동 업체 정보 입력 시 \*\*자체개발(직접입력)\*\*을 선택하고 아래 정보를 입력합니다.
   * 업체명: **센드맨**
   * URL: **<https://sendman.xyz>**
6. 발급이 완료되면 **업체코드(Vendor ID)**, **Access Key**, **Secret Key**가 화면에 표시됩니다.

> API Key는 발급 후 활성화까지 최대 24시간이 소요될 수 있습니다.
>
> API Key의 유효기간은 180일입니다. 만료 전에 Wing에서 재발급해 주세요.

## 센드맨에 입력하기

1. 센드맨에서 **설정 → 플랫폼 연동**으로 이동합니다.
2. **쿠팡**을 선택합니다.
3. 발급받은 정보를 입력합니다.
   * **Vendor ID**: 업체코드
   * **Access Key**: 쿠팡에서 발급한 Access Key
   * **Secret Key**: 쿠팡에서 발급한 Secret Key

연동이 완료되었어요 🎉

***

다음 단계: [첫 자동발송 설정하기](/guide/start/first_autoship.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sendman.xyz/guide/start/integration/coupang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
