CartItemGroup
Object
A group of cart items.
This usually represents an event with all of its tickets and fees related to those items. Note that this can also be a "rest" group, i.e. items that don't belong to any event - like transaction fees.
Fields
| Field | Description | Type |
|---|---|---|
details | A short text that describes the group in a little more detail. This might contain the venue or the event's date, for example. | String |
items | [ CartItem! ]! | |
name | The name of the group. | String |
Used By (1)
CartItemGroup is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Cart | itemGroups |
CartItem | group |