Checkout
Additional information about this section
Perform actions on an object
- cancelReservation( )
Cancels ticket reservation and returns tickets to stock.
- checkout( )
Checkout reserved tickets. Creates order and associates it with a site contact. Guest details must be sent according to Registration Form input fields. (To ...
- createReservation( )
Reserves tickets for 20 minutes. Reserved tickets are deducted from tickets stock and cannot be bought by another party. When the reservation expires, the ...
- getCheckoutOptions( )
Returns checkout meta data used in checkout UX. Note: This function is restricted and only runs if you elevate permissions using the wix-auth.elevate() ...
- getInvoice( )
Generates a preview of a reservation invoice, including the given coupon or pricing plan. Note: This function is restricted and only runs if you elevate ...
- listAvailableTickets( )
Returns tickets available to reserve. Note: This function is restricted and only runs if you elevate permissions using the wix-auth.elevate() function.
- queryAvailableTickets( )
Returns tickets available to reserve. Note: The fieldsets in this function are restricted and only run if you elevate permissions using the wix-auth.elevate() ...
- updateCheckout( )
Updates order and tickets (supported only for unconfirmed orders). Guest details must be sent according to Registration Form input fields. Note: This function ...