Order Object


Properties
anonymizedboolean

Whether the order is anonymized by GDPR delete.


archivedboolean

Whether the order is archived.


channelstring

Checkout channel type.


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.


contactIdstringformat GUID

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


createdstringRead-onlyformat date-time

Date and time the order was created.


emailstringformat EMAIL

Guest email address.


eventIdstringformat GUID

Event ID to which the order belongs.


firstNamestring

Guest first name.


fullNamestring

Guest full name.


fullyCheckedInboolean

Whether all tickets in an order are checked in.


invoiceInvoice

Order invoice.


lastNamestring

Guest last name.


marketingConsentboolean

Whether marketing consent was given.


memberIdstringformat GUID

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


methodstring

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


orderNumberstring

Unique order number.


paymentDetailsPaymentDetails

Internal order payment details.


reservationIdstringformat GUID

Reservation ID.


snapshotIdstringRead-onlyformat GUID

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


statusstring

Order status.


ticketsArray <Ticket>

Tickets (generated after payment).


ticketsPdfstring

Ticket PDF URL.


ticketsQuantityinteger

Amount of tickets ordered.


totalPriceTotalPrice

Total order price.


updatedstringRead-onlyformat date-time

Date and time the order was last updated.

Did this help?