> For the complete documentation index, see [llms.txt](https://guide.hypercape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.hypercape.com/brand-guide/undefined/owner-admin.md).

# 보조 관리 작업 (Owner,admin 전용)

각 몰 카드 아래의 **보조 관리 작업** 영역에서 진행하는 작업입니다. **Owner 또는 Admin 권한에서만 보입니다.**

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

### 1. 연동 확인 — 통신 점검

#### 1-1. 언제

* 자사몰에 새 정보 적용 직후
* 갑자기 통신이 끊긴 것 같을 때
* 정기 점검

#### 1-2. 동작

브랜드 서버가 자사몰의 마지막 통신 기록을 확인합니다. 성공 시 "**연동이 확인됐어요**" 토스트가 뜹니다.

#### 1-3. 안전성

누구에게도 영향이 없는 안전한 작업입니다. 부담 없이 눌러도 됩니다.

### 2. 다시 발급하기 — 비밀번호 재발급 🟡

#### 2-1. 언제

* 비밀번호 복사를 못 했을 때
* 비밀번호가 안전하지 않게 다뤄졌을 때
* 정기적인 보안 점검

#### 2-2. 동작

1. **다시 발급하기** 클릭 → 확인 팝업 ("**연결 비밀번호를 다시 발급할까요?**")
2. 한 번 더 **다시 발급하기** 클릭 → 새 비밀번호 팝업 ("**새 비밀번호를 복사해 주세요**")
3. **연결 키는 그대로**, **비밀번호만 새 값**으로 바뀜
4. 자사몰 개발자에게 새 비밀번호 1개만 전달
5. 자사몰에 새 값 반영 전까지는 잠시 동안 예전 비밀번호도 통함 (무중단 교체)
6. 새 값 반영 후 예전 비밀번호는 사용 불가

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

### 3. 연결 해제하기 — 연결 폐기 🔴

#### 3-1. 언제

* 자사몰 운영을 영구 종료할 때
* 비밀번호가 외부로 새었을 가능성이 있어 즉시 차단해야 할 때

#### 3-2. 동작

1. **연결 해제하기** 클릭 → 확인 팝업 ("**이 쇼핑몰 연결을 해제할까요?**")
2. 빨간 글씨로 "**되돌리기 어려운 작업이에요**" 경고
3. 입력란에 영문 소문자 **revoke** 정확히 입력해야 버튼 활성화
4. 누르는 즉시 자사몰은 더 이상 우리 서버와 통신 불가
5. 카드 상태는 **해지됨** 으로 변경

> 🔴 다시 같은 자사몰을 붙이려면 이 카드를 살리는 게 아니라 **새 쇼핑몰 연결하기** 로 처음부터 다시 만들어야 합니다.

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

### 4. 삭제하기 — 목록에서 숨기기

#### 4-1. 언제

이미 해지된 (revoked) 몰을 목록에서 더 이상 보고 싶지 않을 때 사용합니다.

#### 4-2. 동작

1. 해지된 몰 카드에서만 **삭제하기** 버튼 표시 (해지 전에는 보이지 않음)
2. 클릭 → 확인 팝업, 입력란에 **delete** 정확히 입력
3. 카드가 목록에서 사라짐
4. 데이터가 영구 삭제되는 것은 아니며 단지 **숨겨짐** (지원 시 여전히 조회 가능)

### 5. 복구 설정 보기

#### 5-1. 언제

카드 상태가 "복구 필요" 빨간 배지일 때만 노출됩니다.

#### 5-2. 동작

그 몰의 **연결·설정 보기** 화면으로 점프합니다. 자사몰 비밀번호 만료 또는 자사몰 서버 다운이 가장 흔한 원인입니다.


---

# 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://guide.hypercape.com/brand-guide/undefined/owner-admin.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.
