To use the OrderTransactions API, install the @wix/ecom package using npm or Yarn:
@wix/ecom
npm install @wix/ecom
or
yarn add @wix/ecom
Then import { orderTransactions } from @wix/ecom:
{ orderTransactions }
import { orderTransactions } from "@wix/ecom";