# (CAFE24) 쿠폰 생성 이해하기

{% hint style="warning" %}
쿠폰 기능은 현재 CAFE24 회원에게만 공개된 기능입니다.
{% endhint %}

팝업 설정 시, <mark style="color:purple;">**\[버튼]**</mark>에서 <mark style="color:purple;">**\[클릭 시 옵션]**</mark>으로 <mark style="color:purple;">**\[쿠폰]**</mark>을 선택하면, CAFE24 쿠폰을 생성할 수 있습니다.

이때 설정하신 쿠폰은 **팝업을 등록/수정하는 시점에 자동적으로 생성**되며, 팝업 게시 on/off 여부와 관계 없이 생성됩니다.

생성된 쿠폰은 CAFE24 쇼핑몰 어드민에서도 확인하실 수 있습니다.

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

아래는 상세 항목에 대한 설명입니다.

#### **쿠폰 유효일** <a href="#date" id="date"></a>

발급된 쿠폰을 고객이 언제까지 사용할 지 설정하실 수 있습니다.

고객이 팝업에서 버튼을 클릭하여 받은 순간부터, 입력하신 N일까지 유효합니다.

#### **할인 금액/할인율** <a href="#value" id="value"></a>

해당 쿠폰으로 얼마의 혜택을 제공할지 설정하실 수 있습니다.

금액으로 할인액을 직접 설정하거나(단위: 원) , 퍼센트 할인율로 설정하실 수 있습니다.

{% hint style="danger" %}
현재 쿠폰기능은 모든 상품, 모든 회원에게 사용 가능한 상태로 발급되기 때문에 쿠폰을 받는 대상을 고려해\
팝업을 노출시켜주세요.
{% endhint %}

{% hint style="warning" %}
**참고해주세요.**

cafe24 쿠폰은 기본적으로 중복발급이 안되도록 설정되어 있습니다.

즉, 한 명의 회원이 같은 팝업을 통해 여러번 쿠폰을 받을 수 없습니다.
{% 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://acecounter.gitbook.io/guide/marketing/start-on-site/cafe24-coupon.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.
