# 대량구매할인의 할인 금액은 어떻게 계산하나요?

<mark style="color:blue;">대량구매할인은 상품할인으로 구분돼요.</mark>

***

## 상품할인 적용 순서

도매할인 > 기간할인 > 대량구매할인 > 상품별 그룹할인 > 정기배송할인 > 상품 쿠폰/ 상품중복쿠폰<br>

## 대량구매할인 금액 계산식

예시는 절사안함 설정 기준이며, 실제 할인 금액은 절사 설정에 따라 다를 수 있어요.

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

{% tabs %}
{% tab title="% 할인 예시" %}

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

<mark style="color:blue;">case1. 1개 구매 시</mark>

* 상품할인: ((5,555원 - 166원) \* 0.05) = 269원
* 옵션할인: ((333원 - 10원) \* 0.05) = 16원

<mark style="color:blue;">case2. 5개 구매 시 (중복 부과 옵션)</mark>

* 상품할인: ((5,555원 - 166원) \* 0.05) \* 5 = 1,345원
* 옵션할인: ((333원 - 10원) \* 0.05) \* 5 = 80원

<mark style="color:blue;">case3. 5개 구매 시 (단일 부과 옵션)</mark>

* 상품할인: ((5,555원 - 166원) \* 0.05) \* 5 = 1,345원
* 옵션할인: ((333원 - 10원) \* 0.05) \* 1= 16원
  {% endtab %}

{% tab title="원 할인 예시" %}

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

<mark style="color:blue;">case1. 5개 구매 시</mark>

* 500원 \* 5 = 2,500원

<mark style="color:blue;">case2. 8개 구매 시</mark>

* 1,000원 \* 8 = 8,000원
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
참고\ <mark style="color:blue;">대량구매할인 금액 ≥ 상품 단가 일 경우, 최대할인 금액은 상품 단가에요.</mark>&#x20;

예시) B 상품 1개 구매 시, 6,000원 할인\
→ 할인 금액: 5,555원\
(원 할인은 옵션 금액에 대량구매할인이 적용되지 않으므로, 상품 단가에는 옵션 금액이 포함되지 않아요.)
{% 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-1/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.
