> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# Discount groups

Discount groups let you group your discounts together.

---

You can organize your discounts under a group. This makes it easier to use, maintain, and manage your discounts.

Discount group entities hold information like:

- What the discount group is called.
- When the group was created and updated.

Discount groups work with [discounts](https://developer.paddle.com/api-reference/discounts.md).

When [creating](https://developer.paddle.com/api-reference/discounts/create-discount.md) or [updating](https://developer.paddle.com/api-reference/discounts/update-discount.md) a discount, you can assign it to a discount group by providing a `discount_group_id`. Each discount can only be linked to one discount group at a time.

To see all discounts in a discount group, you can filter by the `discount_group_id` query parameter when [listing discounts](https://developer.paddle.com/api-reference/discounts/list-discounts.md).