> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/main-and-full-menu/customer-center.md).

# Customer Center

Used to provide customer support and service-related features on an e-commerce website or application.

This API manages customer inquiries, requests, complaints, and more, and supports smooth communication with the customer support team.

***

{% columns %}
{% column %}

<p align="center"><strong>PC</strong></p>

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FBv2hBHERnccgRhXnflKC%2Fimage-20240416-044420.png?alt=media&#x26;token=c3d0b241-0112-4255-afc6-182cc1d527e1" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center"><strong>Mobile</strong></p>

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FEqZU1gJuhbOAGkdLVuwl%2Fimage-20240416-044430.png?alt=media&#x26;token=a9c752f8-f9a2-4f35-9dc4-b1e1b18845ec" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

## Customer Center Notice Popup <a href="#plus" id="plus"></a>

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266109731/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EA%B3%A0%EA%B0%9D%EC%84%BC%ED%84%B0.drawio.png" alt=""></div>

### 1. Notice Popup <a href="#id-1" id="id-1"></a>

When accessing the customer center, you can display a notice popup to inform the customer.

* **Look up site popup list (**[🔗View API >](https://api.x2bee.com/content?msa=display\&depth=%EC%82%AC%EC%9D%B4%ED%8A%B8%20%EC%A0%84%EC%8B%9C%EB%AA%B0/getSitePopupList))\
  Looks up the list of popup information for that site.

```
GET /v1/site/popupList 
```

***

## Customer Center Page <a href="#plus" id="plus"></a>

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266109731/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EA%B3%A0%EA%B0%9D%EC%84%BC%ED%84%B0%20%ED%8E%98%EC%9D%B4%EC%A7%80.drawio.png" alt=""></div>

### 1. Notice List <a href="#id-1" id="id-1"></a>

On the customer center main screen, you can look up the customer notice list.

Viewing all notices retrieves the full list of registered notices (with pinned posts shown first).

* **Look up notice list (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ/getNotice))\
  Looks up the requested number of notices from the customer center menu.

  View All looks up the entire list of notices.

```
GET /v1/customerservice/notice 
```

### 2. Notice Detail View, Increment Notice View Count <a href="#id-2" id="id-2"></a>

Selecting a notice from the list on the customer center page lets you view the notice's detailed content.

* **Look up notice details (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ/getNoticeDtl))\
  Looks up the details of the notice selected on the customer center main screen.

  When a customer views a notice, the corresponding view count can be updated and saved.

```
GET /v1/customerservice/noticeDtl 
```

* **Increment notice view count (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ/questionReadCntSave))\
  Confirms the notice details and the increment of the notice view count.

```
PUT /v1/customerservice/questionReadCntSave 
```

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266109731/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EA%B3%A0%EA%B0%9D%EC%84%BC%ED%84%B0%20FAQ.drawio.png" alt=""></div>

### 3. FAQ List Lookup <a href="#id-3.-faq" id="id-3.-faq"></a>

You can look up the list of registered FAQs.

Viewing all lets you look up the full FAQ list and the list by category.

* **Look up FAQ (frequently asked questions) (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ/getFaqInit))\
  Looks up the requested number of FAQs from the customer center main screen, and can distinguish and call multilingual FAQs.)

```
GET /v1/customerservice/faqInit 
```

### 4. Increment FAQ View Count <a href="#id-4.-faq" id="id-4.-faq"></a>

When a customer views an FAQ, the corresponding view count can be updated and saved.

* **Increment FAQ (frequently asked questions) view count (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD%20FAQ/questionReadCntSave))\
  Looks up the FAQ details and the increment of the FAQ view count.

```
PUT /v1/customerservice/questionReadCntSave 
```

***

## 1:1 Inquiry Page <a href="#plus-1-1" id="plus-1-1"></a>

<div align="center"><img src="https://tech.x2bee.com/download/attachments/266109731/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EA%B3%A0%EA%B0%9D%EC%84%BC%ED%84%B0%20%EB%AC%B8%EC%9D%98%ED%95%98%EA%B8%B0.drawio.png" alt=""></div>

### 1. Look Up Inquiry History <a href="#id-1" id="id-1"></a>

Logged-in members can look up a list of their 1:1 inquiry history.

* **Look up 1:1 inquiry list (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=1%EB%8C%801%EB%AC%B8%EC%9D%98/getQuestion))\
  Looks up the list registered as 1:1 inquiries.

```
GET /v1/customerservice/question 
```

### 2. View Inquiry Details <a href="#id-2" id="id-2"></a>

Customers can view the detailed content of an inquiry they wrote.

**2.1 Look Up 1:1 Inquiry History**\
Customers can view the detailed content of an inquiry they wrote.

* **Look up 1:1 inquiry details (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=1%EB%8C%801%EB%AC%B8%EC%9D%98/getQuestionDtl))\
  Looks up the content of a written 1:1 inquiry.

```
GET /v1/customerservice/questionDtl 
```

\
**2.2 Edit Inquiry Content**

Customers can edit the content of an inquiry they wrote.

* **Edit 1:1 inquiry(**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=1%EB%8C%801%EB%AC%B8%EC%9D%98/questionMod))\
  Processes edits to 1:1 inquiry content.

```
POST /v1/customerservice/questionMod 
```

**2.3 Delete Inquiry Content**

Customers can delete the content of an inquiry they wrote.

* **Delete 1:1 inquiry (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=1%EB%8C%801%EB%AC%B8%EC%9D%98/questionDel))\
  Deletes the 1:1 inquiry content.

```
DEL /v1/customerservice/questionDel 
```

![](https://tech.x2bee.com/download/attachments/266109731/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EB%AC%B8%EC%9D%98%ED%95%98%EA%B8%B0%20%EC%9E%91%EC%84%B1.drawio.png)

### 3. Select Inquiry Type <a href="#id-3" id="id-3"></a>

When writing 1:1 inquiry content, you can select the inquiry type, categorized into major and minor categories.

* **Look up 1:1 inquiry type (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=1%EB%8C%801%EB%AC%B8%EC%9D%98/getQuestionInit))\
  Looks up 1:1 inquiry type codes by major and minor category.

```
GET /v1/customerservice/questionInit 
```

### 4. Search Products <a href="#id-4" id="id-4"></a>

Provides a product search feature to select a product for inquiry when writing 1:1 inquiry content.

Clicking the \[Search Product] button displays the product selection popup.

**4.1 Look Up My Ordered Products**

You can look up and select information for products purchased for a 1:1 inquiry.

* **Look up my order products for 1:1 inquiry (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=%EA%B3%A0%EA%B0%9D%20%EC%84%BC%ED%84%B0%20%EC%A0%9C%EA%B3%B5/getOrderClaimGoodsList))\
  Looks up my ordered products.

```
POST /v1/customer/getOrderClaimGoodsList 
```

**4.2 Search Products**

You can search for and select a product for a product inquiry.

* **Look up products eligible for 1:1 inquiry registration (**[🔗View API >](https://api.x2bee.com/content?msa=order\&depth=1%EB%8C%801%EB%AC%B8%EC%9D%98/getGoodsList))\
  Searches for products for a 1:1 inquiry.

```
POST /v1/customerservice/searchGoods 
```
