Ticket types
Create a ticket type
Create a new ticket type for a Luma event with luma.events.ticketTypes.create(eventId, body), setting name, price, capacity, and sale window.
SDK
luma.events.ticketTypes.create(eventId: string, body: TicketTypeCreateParams): Promise<TicketType>
Creates a new ticket type for an event.
Parameters
Event
api_id from events.list().Ticket type fields to create. See the official Luma API docs for available fields.