# 옵션 카페테리아 상품 재고는 어떻게 이전 처리되나요?

옵션 카페테리아를 파워 옵션으로 이전할 때 재고 처리 방식이 달라지는 점을 안내해 드릴게요.

{% columns %}
{% column %}

#### 옵션 카페테리아

상품 총 재고만 설정 가능\
(옵션별 재고 설정 불가)
{% endcolumn %}

{% column %}

#### 파워 옵션

옵션별 재고 설정이 가능하며,\
그 합이 상품 총 재고로 연동
{% endcolumn %}
{% endcolumns %}

옵션 카페테리아에서 파워 옵션 (고객 선택형 재고 + 가격)으로 전환될 때, 기존의 상품 총 재고가 각 옵션별 재고로 각각 이전 처리돼요.

### 예시

옵션 카페테리아의 상품 총 재고가 10개 (옵션 A, B, C)일 경우,

파워 옵션으로 전환되면 A 옵션에 10개, B 옵션에 10개, C 옵션에 10개가 설정되어 총 상품 재고가 30개로 연동돼요.( 각 옵션별로 3개 + 3개 + 4개로 임의로 쪼개져 = 총 10개로 수량을 적용하기 어려워요 )


---

# 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://help.makeshop.co.kr/faq/undefined-6/2.0/undefined-1.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.
