Discount groups

Discount group entities let you organize your discounts by grouping them 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.

When creating or updating 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.

Attributes

idstring

Unique Paddle ID for this discount group, prefixed with dsg_.

namestring

Unique name of this discount group, typically something short and memorable for categorization. Not shown to customers.

statusstring

Whether this entity can be used in Paddle.

created_atstring<date-time>

RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.

updated_atstring<date-time>

RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.

import_metaobject or null

Import information for this entity. null if this entity is not imported.

imported_fromstring

Name of the platform or provider where this entity was imported from.

external_idstring or null

Reference or identifier for this entity from the provider where it was imported from.

List discount groups
Create a discount group
posthttps://api.paddle.com/discount-groups