Ticket Object


Properties
ticketNumberstring

Unique ticket number (issued automatically).


orderNumberstring

Associated order number.


ticketDefinitionIdstringformat GUID

Ticket definition ID.


namestring

Ticket name.


priceobject

Ticket price.


freebooleanRead-only

Whether ticket requires payment.


policystring

Ticket policy (as displayed in PDF).


qrCodestring

Deprecated, use check_in_url.


checkInobject

Ticket check-in.


orderStatusstring
8 enum supported values:
NA_ORDER_STATUSFREEPENDINGPAIDOFFLINE_PENDINGINITIATEDCANCELEDDECLINED

Associated order status.


orderArchivedboolean

Whether order and ticket are visible in order list.


orderFullNamestring

Buyer full name.


guestFullNamestring

Guest full name.


guestDetailsobject

Guest personal details.


archivedboolean

Whether ticket is visible in guest list.


ticketPdfstring

Deprecated, use ticket_pdf_url.


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
2 enum supported values:
ONLINEOFFLINE_POS

Associated order checkout channel type


walletPassUrlstringRead-onlyformat URI

URL to download ticket in .pkpass format for Apple Wallet

Was this helpful?
Yes
No