# Discounts & Coupons

Configure and manage price incentives while preserving accurate seat creation and mapping behavior.

## Concepts

* Exclusive vs cumulative: Choose the highest applicable discount or allow stacking.
* Usage limits: Restrict by customer (e.g., N times per customer) and by date range.
* Scope: Apply to products, categories, or the whole cart; ensure category‑level rules align with single‑item‑per‑category settings if used.

## Setup

1. Create a discount with name, type, and discount amount/percentage.
2. Set exclusivity and usage limits.
3. Add a coupon code (promo code) if required and set validity windows.
4. Assign the discount to products/categories as needed.

## Behavior with seats

* Discounts change price only. Seat creation still matches product quantity on the order.
* Open‑ended products and mappings behave the same; redemption mode is unaffected by discounts.

## Tips

* Communicate stackability rules to customers to avoid confusion.
* For organization purchases, validate that bulk discounts do not conflict with assignment flows.

## Related

* [Products](/nexport-user-documentation/nexport-market/admin-guide/running-your-store/products.md)
* [Orders & Fulfillment](/nexport-user-documentation/nexport-market/admin-guide/running-your-store/orders.md)


---

# 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.nexportsolutions.com/nexport-user-documentation/nexport-market/admin-guide/getting-started/extensions-and-payments/discounts-and-coupons.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.
