SaleItem
Object
An individual item in a box office sale.
Fields
| Field | Description | Type |
|---|---|---|
bookable | The seat or volume this item is associated with, if applicable. | SeatmapBookable |
canBeRemoved | Whether this item can be removed by staff. | Boolean! |
description | Additional description (e.g., row/seat number). | String |
event | The event this item belongs to, if applicable. | Event |
id | The unique ID of this item. | ID! |
isDiscount | Whether this is a discount item. | Boolean! |
isFee | Whether this is a fee item (auto-added). | Boolean! |
name | The display name of the item. | String |
price | The price of this item (may be negative for discounts). | Money |
quantity | Quantity of this item. | Int |
ticketType | The ticket type this item represents, if applicable. | TicketType |