Orders
Additional information about this section
Perform actions on an object
- bulkUpdateOrders( )
Updates multiple orders' archived status. Note: This function is restricted and only runs if you elevate permissions using the wix-auth.elevate() function.
- confirmOrder( )
Changes order status from "INITIATED, "PENDING", or "OFFLINE_PENDING" to "PAID". Previously confirmed orders (with status "PAID" or "FREE") are not changed. ...
- getOrder( )
Retrieves an order, including ticket data. The fieldsets in this function are restricted and only run if you elevate permissions using the wix-auth.elevate() ...
- getSummary( )
Retrieves a summary of total ticket sales. Note: This function is restricted and only runs if you elevate permissions using the wix-auth.elevate() function.
- listOrders( )
Retrieves a list of orders, including ticket data, with basic filter support. Note: This function is restricted and only runs if you elevate permissions using ...
- updateOrder( )
Updates an order's checkoutForm and/or archived status. Note: This function is restricted and only runs if you elevate permissions using the wix-auth.elevate() ...