Create a discount group
Creates a new discount group.
If successful, your response includes a copy of the new discount group entity.
Request Body
Name of this discount group, typically something short and memorable for categorization. Not shown to customers.
Response
Represents a discount group entity.
Unique Paddle ID for this discount group, prefixed with dsg_
.
Name of this discount group, typically something short and memorable for categorization. Not shown to customers.
Whether this entity can be used in Paddle.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Import information for this entity. null
if this entity is not imported.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
1231{
2 "name": "Black Friday 2024"
3}