# 묶음 상품의 재고는 어떻게 관리되나요?

묶음 상품은 구성 상품의 재고를 기반으로 관리돼요.

묶음 상품을 주문하면, 묶음 수량만큼 구성 상품의 재고가 차감되고,\
재고는 구성 상품의 재고가 정확히 설정되어야 해요.

{% hint style="warning" %}
참고

재고 차감은 `설정` > `상품 설정` > `재고 차감 설정` 메뉴에서 쇼핑몰 재고 설정에 따라 주문 기준 또는 결제 기준 시점으로 차감이 결정돼요.
{% 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/product/undefined-1/undefined-22.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.
