Eventjet GraphQL API documentation

addSeatToSale

Adds a specific seat from a seatmap to a sale. Each call adds one seat.

To add a quantity of tickets from a seatmap volume (a general admission area within a seatmap), use setSaleVolumeQuantities. To add tickets that are not associated with a seatmap, use setSaleItemQuantity.

Authorization is required.

Arguments

ArgumentDescriptionType
inputAddSeatToSaleInput!

Type

This field resolves to AddSeatToSalePayload, which has the following fields:

FieldDescriptionType
saleThe updated sale.Sale