ChangeSeatTicketTypeInput
Input object
Input for changing the ticket type of a seat that is already in a cart.
Fields
| Field | Description | Type |
|---|---|---|
cartId | The ID of the cart containing the seat. | ID! |
locale | Locale to use for localized responses (e.g., en-US). | String |
passwords | Passwords required to unlock protected ticket types, if any. | [ String! ] |
seatId | The ID of the seat whose ticket type should be changed. | ID! |
seatmapId | The seatmap ID the seat belongs to. | ID! |
ticketTypeId | The new ticket type ID to assign to the seat. | ID! |