Order Updated


Note: When building a self-hosted app, implement your own webhook endpoint to receive and process incoming webhook payloads. Learn more about webhooks.
Permissions
Read Basic Events Order Info
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
archivedboolean

Whether order was archived and excluded from results.


checkoutFormFormResponse

Checkout form response.


confirmedboolean

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


contactIdstring

Contact ID associated with the order.


createdstringRead-onlyformat date-time

Date and time the order was created.


emailstring

Buyer email.


eventIdstringformat GUID

Event ID to which the order belongs.


firstNamestring

Buyer first name.


languagestringformat LANGUAGE

Site language when the order was initiated.


lastNamestring

Buyer last name.


localestringformat LANGUAGE_TAG

Locale in which the order was created.


memberIdstringformat GUID

Member ID associated with the order.


methodstring

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


orderNumberstring

Unique order number.


statusstring

Order status.


ticketsArray <Ticket>

Tickets generated after payment.


timestampstringformat date-time

Date and time the order was updated.


triggeredByAnonymizeRequestboolean

Whether event was triggered by GDPR delete request.


updatedstringRead-onlyformat date-time

Date and time the order was updated.


Did this help?