# 쿠폰 리스트

{% hint style="info" %}
사이트 내 판매중인 상품에 대한 할인 쿠폰 및 적립금 쿠폰을 확인 및 생성할 수 있습니다.
{% endhint %}

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

<table><thead><tr><th width="77">순번</th><th width="239">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>검색 창</td><td>쿠폰을 검색 할 수 있습니다.</td></tr><tr><td>2</td><td>기간 설정</td><td>기간을 설정하여 쿠폰을 검색 할 수 있습니다.</td></tr><tr><td>3</td><td>지급방식/쿠폰구분/발급상태</td><td>검색하고 싶은 부분에 체크하여 검색 할 수 있습니다.</td></tr><tr><td>4</td><td>등록하기</td><td><p>쿠폰을 등록 할 수 있습니다.</p><p>(자세한 사항은 하단 '<strong>등록 방법</strong>'을 확인해주세요.)</p></td></tr><tr><td>5</td><td>선택삭제</td><td>삭제하고 싶은 쿠폰을 체크 후 '<strong>선택삭제</strong>' 버튼을 눌러 삭제가 가능합니다.</td></tr><tr><td>6</td><td>쿠폰 리스트</td><td>지금까지 만든 쿠폰의 리스트와 수정이 가능합니다.</td></tr></tbody></table>

### **쿠폰 등록 방법**

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

<table><thead><tr><th width="88">순번</th><th width="212">필드 명</th><th>설명</th></tr></thead><tbody><tr><td>1</td><td>쿠폰 번호</td><td>사이트 내 현재까지 만들어진 쿠폰의 번호가 보여집니다.</td></tr><tr><td>2</td><td>할인,적립 쿠폰/자동,코드</td><td> </td></tr><tr><td>(2-1)</td><td>할인 쿠폰</td><td>사이트 내 판매되는 상품을 할인 해주는 쿠폰입니다.</td></tr><tr><td>(2-2)</td><td>적립 쿠폰</td><td>사이트 내 적립금을 지급할 수 있는 쿠폰입니다.</td></tr><tr><td>(2-a)</td><td>자동</td><td>쿠폰 번호를 자동으로 생성합니다.</td></tr><tr><td>(2-b)</td><td>코드</td><td>쿠폰 번호를 임의적으로 생성합니다.</td></tr><tr><td>3</td><td>쿠폰 사용 범위</td><td>사이트 내 모든 상품, 특정 상품, 특정 카테고리를 지정하여 사용할 수 있게 합니다.</td></tr><tr><td>4</td><td>쿠폰 명</td><td><p>쿠폰의 이름을 입력해주세요.</p><p>(ex. 가입자 1,000명 돌파 축하 쿠폰)</p></td></tr><tr><td>5</td><td>쿠폰 혜택</td><td> </td></tr><tr><td>(5-1)</td><td>퍼센트 할인</td><td>사이트 내 판매되는 상품의 금액을 퍼센트로 할인 해주는 쿠폰입니다.</td></tr><tr><td>(5-2)</td><td>금액 할인</td><td>사이트 내 판매되는 상품의 금액을 지정하여 할인 해주는 쿠폰입니다.</td></tr><tr><td>6</td><td>쿠폰 발급 수량</td><td>쿠폰의 수량을 입력해주세요.</td></tr><tr><td>7</td><td>쿠폰 사용 기간 설정</td><td><p>쿠폰을 사용 할 수 있는 기간을 설정해주세요.</p><p>('<strong>제한 없음</strong>' 체크 시 무제한으로 쿠폰을 사용 할 수 있습니다.)</p></td></tr><tr><td>8</td><td>쿠폰 설명</td><td>쿠폰을 발행하는 목적에 대한 설명을 입력해주세요.</td></tr></tbody></table>

### **코드로 지정 시**

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

{% hint style="info" %}
쿠폰번호를 임의적으로 작성하여 생성할 수 있습니다.
{% endhint %}

<div align="left"><figure><img src="/files/WioOOEM9B1O72vMNsS19" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
모든 설정을 마친 후에는 '**저장하기**' 버튼을 눌러주세요.
{% 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://docs.ledu.kr/promotion/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.
