Eventjet GraphQL API documentation

SaleItem

Object

An individual item in a box office sale.

Fields

FieldDescriptionType
bookableThe seat or volume this item is associated with, if applicable.SeatmapBookable
canBeRemovedWhether this item can be removed by staff.Boolean!
descriptionAdditional description (e.g., row/seat number).String
eventThe event this item belongs to, if applicable.Event
idThe unique ID of this item.ID!
isDiscountWhether this is a discount item.Boolean!
isFeeWhether this is a fee item (auto-added).Boolean!
nameThe display name of the item.String
priceThe price of this item (may be negative for discounts).Money
quantityQuantity of this item.Int
ticketTypeThe ticket type this item represents, if applicable.TicketType