# 파워옵션 - 고객선택형으로 옵션 조합 후 일부 무제한 옵션으로 설정한 상품은 어떻게 이전이 되나요?

입력된 옵션 값 중에서 일부만 무제한 설정을 해 놓은 경우에는, 통합 옵션으로 이전될 때 아래와 같이 처리돼요.

* 재고 = 0
* 상태 = 판매
* 판매중지 수량 = 미사용

판매중지 수량이 미사용일 경우, 재고가 0으로 표시되어도 주문 시에는 문제없이 처리되니 참고해 주세요.


---

# 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/undefined/undefined-5.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.
