# 2단 옵션 상품에 대해 품절이 풀리는 경우가 있는데 어떤 경우일까요?

주문 2.0 또는 주문 2.0 + 통합옵션으로 이전할 때, 2단 옵션 상품은 상품 재고가 품절이어도 옵션 재고가 남아 있으면 해당 재고를 기준으로 이전되어 품절이 풀릴 수 있어요.

이전 후 주문이 들어오는 것을 방지하기 위해, 아래 방법으로 미리 옵션 재고를 수정해 주셔야 해요.

단, 이미 주문2.0 버전 이용상점은 2단옵션이 없으므로 해당되지 않아요.

***

## 재고 확인 메뉴 및 검색 조건

<kbd>상품</kbd> > <kbd>일괄 관리</kbd> > <kbd>상품/옵션 재고 일괄관리</kbd> 에서

상품 분류 선택: 전체 상품 / 재고 수량 선택: 1 ↓ (1개 이상) / □ 옵션재고상품 검색에 체크해 주세요.

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

## 재고 수정 방법

검색된 목록에서 옵션 재고가 남아 있는 상품을 수정해 주세요.

<figure><img src="/files/88EI5v7mWwfnW9lpRMNK" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
검색 결과에 노출된 2단 옵션 상품의 \[옵션재고] 버튼을 클릭해서 상세 내역을 확인해 주세요.
{% endstep %}

{% step %}
옵션 재고가 존재한다면 각 옵션별 수량을 모두 0으로 수정해 주세요.
{% endstep %}

{% step %}
옵션 수정을 마친 후 하단의 \[수정] 버튼을 클릭해 주세요.
{% endstep %}
{% endstepper %}

{% hint style="info" %}

## 참고사항

재고 수량 일괄 적용은 처리되지 않으니, 번거로우시더라도 각 옵션별 수량을 직접 0으로 수정해 주셔야 안전하게 품절 상태를 유지할 수 있어요.
{% endhint %}


---

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