> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/quo-volume-discount-tier-price/campaign-list.md).

# Campaign List

This is the field from where you can start creating the pricing tiers. You just need to select the **Add Campaign** button and start configuring the steps.

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

Follow these steps to create a new discount campaign in your app:

1. **Discount Title -**\
   Enter a name for your discount campaign. This helps you identify the campaign easily in your dashboard.
2. **Start Date -**\
   Select the date when you want the discount campaign to begin. Use the format **dd-mm-yyyy**.
3. **End Date -**\
   Select the date when the discount campaign should end. Use the format **dd-mm-yyyy**.
4. **Customer Buys -**\
   Define the purchase conditions required for the discount to apply:
   * **Min Quantity**: Minimum number of items the customer needs to buy.
   * **Min Amount**: Minimum total purchase amount required to activate the discount.
5. **Discount -**\
   Set the type and value of the discount:
   * **Percentage**: Apply a percentage-based discount.
   * **Price**: Apply a fixed amount discount.
   * **Quantity Discount**: Offer discounts based on the quantity purchased.

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

6. **Discount Type -**   \
   Choose what kind of discount will be applied:   \
   \- **Product Discount**: Discount applies to specific products.   \
   \- **Order Discount**: Discount applies to the entire order.   \
   \- **Shipping Discount**: Discount applies to shipping charges.
7. **Limit Number -**   \
   Control how many times this discount can be used:   \
   \- Set the **total number of times** the discount can be applied across all customers.   \
   \- Optionally, limit to **one use per customer lifetime** to prevent repeated use by the same customer.

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

8. **Discount Settings**

This section allows you to choose **how the discount is applied** and **which products it applies to**.

#### Discount Type

<mark style="color:$primary;">**Automatic Discount**</mark>

An **automatic discount** is a discount that is **applied automatically at checkout** when a customer meets the required conditions.

Customers **do not need to enter any discount code**.<br>

The discount is applied seamlessly during checkout, making the buying process faster and easier.

<mark style="color:$primary;">**Discount Code**</mark>

This feature ensures that **one discount code is used consistently throughout the entire customer journey**.

When you create a campaign using a **discount code**, the same code:

* Applies the discount correctly
* Is automatically applied at checkout
* Is included in the order confirmation email sent to the customer

This removes the need for customers to re-enter the discount code and avoids confusion caused by multiple or mismatched discount codes.

#### How It Works

1. While creating a discount campaign, select **Discount Code** under the **Discount** section.
2. Enter a custom discount code (for example, **SAVE10**) or click **Generate code** to auto-create one.
3. The discount is applied based on the selected discount code.
4. During checkout, the **same discount code is automatically applied**.
5. After the order is placed, the **same discount code is included in the order confirmation email**.
6. Email content is managed from the **Email Template** section.

The discount code remains the same across the store, checkout, and customer communication.

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

9. **Apply To -**   \
   Specify which products or collections the discount applies to:   \
   \- **To All Products**: Applies to every product in the store.   \
   \- **To Specific Collections**: Applies only to selected product collections.   \
   \- **To Specific Products**: Applies only to selected individual products.

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

You can also **preview the campaign details** beside the fields. Once all fields are configured, **save your campaign**. The discount will automatically activate according to the start and end dates you’ve set.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://magecomp.gitbook.io/shopify/apps/quo-volume-discount-tier-price/campaign-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
