Setup

@wix/stores

To use the Products API, install the @wix/stores package using npm or Yarn:

Copy
npm install @wix/stores

or

Copy
yarn add @wix/stores

Then import { products } from @wix/stores:

Copy
import { products } from "@wix/stores";
Did this help?