Skip to main content

pickablegrouptags

Each row links a tag to a pickable group for merchandising filters.

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.pickablegroupid,
t.tagid
from pickablegrouptags as t
limit 100