Order Updated


Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Orders
Read Basic Events Order Info
Manage Events
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time

Date and time the order was updated.


languagestringformat LANGUAGE

Site language when the order was initiated.


localestringformat LANGUAGE_TAG

Locale in which the order was created.


eventIdstringformat GUID

Event ID to which the order belongs.


orderNumberstring

Unique order number.


contactIdstring

Contact ID associated with the order.


memberIdstringformat GUID

Member ID associated with the order.


createdstringRead-onlyformat date-time

Date and time the order was created.


updatedstringRead-onlyformat date-time

Date and time the order was updated.


firstNamestring

Buyer first name.


lastNamestring

Buyer last name.


emailstring

Buyer email.


checkoutFormCheckoutForm

Checkout form response.


confirmedboolean

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


statusstring

Order status.


methodstring

Payment method used for paid tickets purchase, i.e. "payPal", "creditCard", etc.


ticketsArray <Ticket>

Tickets generated after payment.


archivedboolean

Whether order was archived and excluded from results.


triggeredByAnonymizeRequestboolean

Whether event was triggered by GDPR delete request.


Did this help?