Setup

To use the OrderTransactions API, install the @wix/ecom package using npm or Yarn:

Copy
npm install @wix/ecom

or

Copy
yarn add @wix/ecom

Then import { orderTransactions } from @wix/ecom:

Copy
import { orderTransactions } from "@wix/ecom";
Did this help?