Docs

Fetch and update your discount groups

Get discount groups by ID, and rename or archive them using new API operations, giving you more control over how you organize discounts.

Product area

  • Catalog

Tooling

  • API

Released

July 24, 2025

Status

Released

API version

Version 1

What's new?

We've released new operations that let you fetch and update your discount groups using the API.

This change makes it easier to manage your discount groups, especially when you need to rename, archive, or fetch discount group details programmatically.

How it works

Discount groups let you organize your discounts for easier management. For example, you can create groups for marketing promotions, retention offers, or seasonal campaigns.

Previously, you could create discount groups and assign discounts to them. However, once a discount group was created, you couldn't rename or archive it. To change the name, you had to create a new group and manually reassign all the associated discounts. You also couldn't fetch a single discount group by its ID.

With this change, you can:

  • Get a discount group
    Fetch the details of a single discount group by its id.
  • Update a discount group
    Change the name of an existing discount group, or change its status to archived. You can also use the discount_group.updated webhook to get notified when a discount group is updated.

Next steps

This change is available in version 1 of the Paddle API.

It's a non-breaking change, meaning it doesn't impact existing integrations.

Check out the discount group entity overview and our guides on fetching and updating discount groups to get started.

Summary of changes

Entity Field Change Type
Discount groups GET Get a discount group + Added API operation
Discount groups PATCH Update a discount group + Added API operation
Discount groups discount_group.updated + Added Webhook

Was this page helpful?