The Tickets API allows you to manage tickets for your site's events.
With the Tickets API you can:
To use the Tickets API, install the @wix/events
package using npm or Yarn:
npm install @wix/events
or
yarn add @wix/events
Then import { tickets }
from @wix/events
:
import { tickets } from "@wix/events";