onReservationUpdated( )


A backend event that fires when a ticket reservation is updated.

The onReservationUpdated() event handler runs when a ticket reservation is updated. The received ReservationUpdatedEvent object contains information about the updated reservation.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventReservationUpdatedEventRequired

Information about the ticket reservation that was updated.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?