Ticket Object


Properties
ticketNumberstring

Unique ticket number which is assigned automatically when creating a ticket.


orderNumberstring

Associated order number.


ticketDefinitionIdstringformat GUID

Ticket definition ID. See the Ticket Definition API for additional information.


namestring

Ticket name.


pricePrice

Ticket price.


freebooleanRead-only

Whether the ticket requires payment.


policystring

Ticket and event policies.


checkInCheckIn

Ticket check-in.


orderStatusstring

Associated order status.


orderArchivedboolean

Whether the order and ticket are archived. If set to true, they aren't visible in the order list.


orderFullNamestring

Buyer full name.


guestFullNamestring

Guest full name.


guestDetailsGuestDetails

Guest personal details.


archivedboolean

Whether the ticket is visible in an order.


memberIdstringformat GUID

Ticket owner member ID.


anonymizedboolean

Whether ticket was anonymized by GDPR delete. Anonymized tickets no longer contain personally identifiable information (PII).


checkInUrlstring

Ticket check-in URL.

Shown as QR code image in PDF.
Format: "https://www.wixevents.com/check-in/{ticket number},{event id}"
Example: "https://www.wixevents.com/check-in/AAAA-AAAA-BB021,00000000-0000-0000-0000-000000000000"


ticketPdfUrlstring

URL for ticket PDF download.


channelstring

Associated order checkout channel type.


walletPassUrlstringRead-onlyformat WEB_URL

URL to download a ticket in .pkpass format for Apple Wallet.


canceledbooleanRead-only

Whether ticket is canceled.

Did this help?