Order Object


Properties
orderNumberstring

Unique order number.


reservationIdstringformat GUID

Reservation ID.


snapshotIdstringRead-onlyformat GUID

Payment snapshot ID. Empty if status of the order is "FREE".


eventIdstringformat GUID

Event ID to which the order belongs.


contactIdstringformat GUID

Contact ID of buyer, resolved using the email address specified. See the Contacts API for additional information.


memberIdstringformat GUID

Buyer member ID, if applicable. See the Members API for additional information.


createdstringRead-onlyformat date-time

Date and time the order was created.


firstNamestring

Guest first name.


lastNamestring

Guest last name.


emailstringformat EMAIL

Guest email address.


checkoutFormCheckoutForm

Checkout form response. When each purchased ticket is assigned to a guest, guest forms are returned for each ticket, and buyer info is returned.


confirmedboolean

Whether the order is confirmed. Triggered once the payment gateway processes the payment and funds reach the merchant's account.


statusstring

Order status.


methodstring

Payment method used for purchase, for example, "payPal", "creditCard", etc.


ticketsQuantityinteger

Amount of tickets ordered.


totalPriceTotalPrice

Total order price.


ticketsPdfstring

Ticket PDF URL.


ticketsArray <Ticket>

Tickets (generated after payment).


archivedboolean

Whether the order is archived.


anonymizedboolean

Whether the order is anonymized by GDPR delete.


fullNamestring

Guest full name.


invoiceInvoice

Order invoice.


fullyCheckedInboolean

Whether all tickets in an order are checked in.


paymentDetailsPaymentDetails

Internal order payment details.


channelstring

Checkout channel type.


updatedstringRead-onlyformat date-time

Date and time the order was last updated.


marketingConsentboolean

Whether marketing consent was given.

Did this help?