Setup

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

Copy
npm install @wix/ecom

or

Copy
yarn add @wix/ecom

Then import { orderFulfillments } from @wix/ecom:

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