AddSeatToCartInput
Input object
Input for adding a specific seat to a cart.
Fields
| Field | Description | Type |
|---|---|---|
cartId | The cart ID to which the seat should be added. | ID |
locale | Locale to use for localized responses (e.g., en-US). | String |
passwords | Passwords required to unlock protected seats, if any. | [ String! ] |
seatId | The ID of the seat to add. | ID! |
seatmapId | The seatmap ID the seat belongs to. | ID! |
shopSlug | The shop identifier (slug). | ID! |
ticketTypeId | The ticket type ID for the selected seat. | ID! |