The Recommendations API allows users to promote and recommend items to their customers. Items are selected from catalogs in installed Wix apps by algorithms also provided by installed Wix apps. Users can choose algorithms from among those available to get the types of recommendations they need. For example, an algorithm could provide a list of bestselling items, or items frequently bought together with some specified item/s.
With the Recommendations API, you can:
List Available Algorithms
and check the catalogAppIds
.To use the Recommendations API, install the @wix/ecom
package using npm or Yarn:
npm install @wix/ecom
or
yarn add @wix/ecom
Then import { recommendations }
from @wix/ecom
:
import { recommendations } from "@wix/ecom";