# 관심고객 관리

관심고객 관리 기능은 관심고객을 조회할 수 있고 또, 관심고객 등록, 해제할 수 있는 기능을 제공합니다.

***

## 주요 기능

* **관심고객 조회**
  * 등록된 관심고객 목록을 편리하게 조회합니다.
* **관심고객 등록**
  * 회원을 관심고객으로 간편하게 등록합니다.
* **관심고객 해제**
  * 이미 등록된 관심고객 정보를 해제 처리합니다.

## 프로세스 정의

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

{% stepper %}
{% step %}

### 관심고객 목록조회

관심고객 정보 목록과 건수를 조회합니다.
{% endstep %}

{% step %}

### 관심고객 해제

회원에게 등록되어 있는 관심고객 정보를 해제 처리합니다.
{% endstep %}

{% step %}

### 관심고객 등록 팝업

관심고객으로 등록할 회원 정보와 해당하는 주문번호를 조회하고 관심고객 정보를 작성합니다.
{% endstep %}

{% step %}

### 관심고객 저장

회원을 관심고객으로 등록합니다.
{% endstep %}
{% endstepper %}

## API 기능 목록

<table><thead><tr><th width="102.3333740234375">API</th><th width="316.5556640625">설명</th><th width="94.6666259765625">Server</th><th width="93.5556640625">메소드</th><th>비고</th></tr></thead><tbody><tr><td>관심고객 정보 목록 조회</td><td>관심고객 정보 목록을 조회합니다.</td><td>API-BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=member&#x26;depth=%EA%B4%80%EC%8B%AC%EA%B3%A0%EA%B0%9D%20%EC%A0%95%EB%B3%B4%20%EA%B4%80%EB%A6%AC&#x26;path=getInstCusList">🔗API 확인하기 ></a></td></tr><tr><td>관심고객 정보 목록 건수 조회</td><td>관심고객 정보 목록 건수를 조회합니다.</td><td>API-BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=member&#x26;depth=%EA%B4%80%EC%8B%AC%EA%B3%A0%EA%B0%9D%20%EC%A0%95%EB%B3%B4%20%EA%B4%80%EB%A6%AC&#x26;path=getInstCusCount">🔗API 확인하기 ></a></td></tr><tr><td>관심고객 등록</td><td>회원을 관심고객으로 등록합니다.</td><td>API-BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=member&#x26;depth=%EA%B4%80%EC%8B%AC%EA%B3%A0%EA%B0%9D%20%EC%A0%95%EB%B3%B4%20%EA%B4%80%EB%A6%AC&#x26;path=regInstCus">🔗API 확인하기 ></a></td></tr><tr><td>관심고객 해제</td><td>화원에게 등록되어 있는 관심고객 정보를 해제 처리합니다.</td><td>API-BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=member&#x26;depth=%EA%B4%80%EC%8B%AC%EA%B3%A0%EA%B0%9D%20%EC%A0%95%EB%B3%B4%20%EA%B4%80%EB%A6%AC&#x26;path=rvcInstCus">🔗API 확인하기 ></a></td></tr></tbody></table>

## 용어 정의

<table><thead><tr><th width="106.2222900390625">명칭</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>관심고객</td><td>관심고객은 회원이 쇼핑몰 이용과정에서 어떠한 이슈가 생겨 등록될 수 있습니다. <br>부정적인 행위를 하여 주문주의 혹은 블랙컨슈머가 될 수도 있고 긍정적인 행위를 하여 VIP가 될 수도 있습니다. <br>특정 관심고객으로 분류된 회원은 상품 구입이 제한될 수 있습니다.</td><td></td></tr></tbody></table>

## 기타 참고사항

* 참고 공통코드
  * 관리회원구분코드(ME019)
  * 관리유형구분코드(ME009)
* 관리유형구분코드(ME009)의 참조 2값이 ‘Y’인 경우 구매제한 대상자입니다.
* 회원은 여러 개의 관심고객 정보를 가질 수 있습니다.


---

# 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://tech.x2bee.com/api-guide/back-office/members-bo/undefined-2.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.
