Introduction

With the Orders API you can manage and track ticket orders, create/cancel tickets reservations, and check out the reserved tickets.

To get yourself comfortable with creating ticket reservation and checkout flows, you can check out these Velo example sites:

Even though these examples are for the wix-events-frontend module, they still can be a great start to practice the flows.

With the Orders API you can:

  • Get a list of all orders.
  • Update an order or change its status.
  • Get a summary of total ticket sales.
  • Create and cancel ticket reservation.
  • Checkout tickets.
  • Get an invoice.

Terminology

  • Order: Process by which a customer or attendee purchases one or more tickets for an event or activity. It involves the selection of desired tickets, providing necessary information such as payment details and contact information, and completing the transaction to secure the tickets.
  • Event: A gathering organized by an individual or business for a group of people.
Did this help?