Skip to main content

discountgroups

Each row represents a named group used to organize discounts or promotions.

Full schema

View all columns and table relationships

Status group

Yes, this table includes a statusgroup column. See Status Group for details.

Sample query

select
t.name,
t.sku,
t.slug
from discountgroups as t
limit 100