# 상품 관리

상품은 카카오톡 예약하기에서 고객에게 노출하여 예약을 판매하기 위한 기본 단위입니다. 

하나의 장소(매장) 아래에 여러 개의 상품을 등록할 수 있으며, 각 상품은 다음 정보를 기준으로 운영됩니다.

{% hint style="info" %}

* 예약 유형 : 상시형, 날짜형, 날짜시간형
* 결제 유무 및 가격 구조
* 재고(인원/수량) 관리 방식
* 예약 확정 방식 : 즉시 확정/ 관리자 승인
* 취소 및 환불 정책
  {% endhint %}

***

## **예약 유형**

예약 유형은 업종 특성과 운영 방식에 맞게 제공되는 예약 방식으로, 업종에 따라 선택 가능한 유형이 다르며 다른 업종에 제공되는 유형으로 변경은 불가합니다.

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

## **접속 방법**

* 모바일 파트너센터 진입 > 전체 메뉴 > 상품관리&#x20;

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

## **📌 모바일에서 관리 가능한 상품 안내**

### &#x20;**1) 예약상품 유형별 입점 가능 여부**&#x20;

<table data-full-width="false"><thead><tr><th> </th><th>모바일 파트너센터</th><th>PC 파트너센터</th></tr></thead><tbody><tr><td>식당 (식당형)</td><td>가능</td><td>가능</td></tr><tr><td>네일/속눈썹/왁싱 (네일형)</td><td>가능</td><td>가능</td></tr><tr><td>생활 (상시형, 날짜형, 날짜시간형)</td><td>가능</td><td>가능</td></tr><tr><td>티켓/레저</td><td>불가</td><td>가능</td></tr><tr><td>병원</td><td>불가</td><td>가능</td></tr><tr><td>숙박</td><td>불가</td><td>공식 협력사 통해서만 입점 가능</td></tr></tbody></table>

### &#x20;**2) PC에서만 수정 가능한 예약 상품**

* 티켓 업종(상시형, 날짜형, 날짜시간형), 병원 업종 상품
  * PC/모바일 파트너 센터 모두 보이지만, 수정은 PC에서만 가능합니다.
  * 해당 상품들은 'PC상품' 이라는 뱃지가 붙습니다.

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


---

# 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://kakaobusiness.gitbook.io/main/tool/booking/undefined/undefined-3.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.
