Setup

To use the Items API, install the @wix/data package using npm or Yarn:

Copy
npm install @wix/data

or

Copy
yarn add @wix/data

Then import { items } from @wix/data:

Copy
import { items } from "@wix/data";
Did this help?