> For the complete documentation index, see [llms.txt](https://onehae.gitbook.io/onehae-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onehae.gitbook.io/onehae-v2/initialization/24.md).

# 멀티몰 연동(카페24)

### 멀티몰 연동 방법

카페24에서 여러 쇼핑몰을 **하나의 원해 계정**으로 연동하여 사용할 수 있습니다.

#### 1. 첫 번째 쇼핑몰 연동

1. **카페24 관리자 페이지**에 접속합니다.
2. 상단에서 **연동을 원하는 쇼핑몰**을 선택합니다.
3. 앱 페이지를 통해 원해 앱스토어로 이동합니다.\
   👉 <https://store.cafe24.com/kr/apps/21387>
4. **\[설치하기]** 버튼을 클릭하여 앱을 설치합니다.
5. 설치 과정에서 **회원가입**을 진행합니다.
6. 회원가입 완료 후, 해당 쇼핑몰이 **원해 계정에 연동**됩니다.

#### 2. 추가 쇼핑몰(멀티몰) 연동

두 번째 쇼핑몰부터는 동일한 원해 계정에 **추가 연동**하는 방식으로 진행됩니다.

1. 다시 **카페24 관리자 페이지**로 이동합니다.
2. 상단에서 \*\*추가로 연동할 쇼핑몰(멀티몰)\*\*을 선택합니다.

<figure><img src="/files/8flJLnpNEAXOl5UKm3NS" alt=""><figcaption></figcaption></figure>

1. 동일하게 원해 앱스토어 페이지로 이동합니다.\
   👉 <https://store.cafe24.com/kr/apps/21387>
2. **\[설치하기]** 버튼을 클릭합니다.
3. 기존에 가입한 **같은 원해 계정으로 로그인**하면,
4. 선택한 쇼핑몰이 기존 원해 계정에 **추가로 연동**됩니다.

✅ 이 과정을 반복하면 **하나의 원해 계정에 여러 개의 카페24 쇼핑몰을 연동**하여 사용할 수 있어요.


---

# 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://onehae.gitbook.io/onehae-v2/initialization/24.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.
