# How to Create a Coupon

### Overview

A coupon is a discount, offer or promotion offered by a merchant to current or prospective consumers. A coupon can be traded with the store merchant or a third-party merchant for discounted goods. This article explains how to create a Coupon product in the OE Commerce back office.

### Steps to Create a Coupon

1. From the back office, navigate to Catalogue > Products.
2. Click the Create icon (+) in the top right corner of the Products page.
3. On the Create Product page, click the Create button under Coupon.
4. Fill in the Coupon details in the Basics section, including the Full Name and Product Code / SKU.
5. In the Coupon section, set the Redeem Options (e.g. always redeemable, up to a specific date, or between a start and end date).
6. Click the Save button to create the coupon.


---

# 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://support.storefront.co.za/how-to-create-a-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.
