Setup

To use the Orders API, install the @wix/events package using npm or Yarn:

Copy
npm install @wix/events

or

Copy
yarn add @wix/events

Then import { orders } from @wix/events:

Copy
import { orders } from "@wix/events";
Did this help?