> For the complete documentation index, see [llms.txt](https://docs-en.shoppy.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.shoppy.is/shoppy-dashboard/overview/discounts.md).

# Discounts

By default, Shopify discounts are applied only at checkout — meaning the price displayed in the app always reflects the full list price. The **Discounts feature** solves this by allowing merchants to define and surface custom prices directly in the app. Each discount tag is fully configurable and can be scoped to one or more collections.

<figure><img src="/files/3W7hs0sfQcPmtEoTfZYv" alt=""><figcaption></figcaption></figure>

### How to Enable / Configure

#### How to Configure

1\. Go to the Overview section of your Shoppy Dashboard.

2\. Locate the **Discount** card and click to access it.

3\. You will be redirected to the discount tag creation page.

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

#### Step 1 — General settings

1\. Enter an Internal Name for the discount (for your reference only, not shown to customers).

2\. Enter the Discount Label — the text shown as the tag in the app (e.g. -20%, SALE, APP EXCLUSIVE).

3\. Choose the **Text Color** for the label.

4\. Choose the **Background Color** for the tag.

#### Step 2 — Discount value and scope

1\. Set the Discount Value to apply.

2\. Select the Collection(s) to which the discount tag will apply.

#### Step 3 — Status and markets

1\. Set the Status of the discount tag (active or draft).

2\. Select the Markets where the discount tag should be displayed.

3\. Save your configuration.

{% hint style="info" %}
Use collection-scoped discount tags to promote exclusive app-only pricing on selected product lines without affecting your full catalog.
{% endhint %}


---

# 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:

```
GET https://docs-en.shoppy.is/shoppy-dashboard/overview/discounts.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.
