A coupon set is a collection of coupon codes associated with a single coupon. Each code in the set can be redeemed by customers during checkout. Coupon sets are typically used to group codes under a common promotion or discount offer.

Columns

No match found

id string, not null
Primary Key
A unique identifier for the coupon set.

coupon_id string, not null
Foreign Key coupons.id
The identifier of the coupon associated with this coupon set.

archived_count null
The number of coupon codes in the set that have been archived.

name string, not null
The name of the coupon set.

redeemed_count null
The number of coupon codes in the set that have been redeemed.

total_count null
The total number of coupon codes present in the coupon set.