SaleItemGroup
Object
A group of sale items, typically representing a single event.
Fields
| Field | Description | Type |
|---|---|---|
event | The event this group represents, if applicable. | Event |
items | Items in this group. | [ SaleItem! ]! |
name | The name of the group (usually the event name). | String |
Used By (1)
SaleItemGroup is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Sale | itemGroups |