GET

List Available Algorithms


Returns a list of recommendation algorithms that can be used on a Wix site or project. These algorithms can be used with Get Recommendation to provide item recommendations to site visitors.

Apps built by Wix may provide algorithms to support their own catalogs or catalogs from other apps installed on the same site.

For an algorithm to be considered available and returned in this method's response, the following conditions must be met:

  1. The app that provides the algorithm must be installed on the site. This is the app whose ID matches the algorithm's appId.
  2. At least one app whose catalog is supported by the algorithm must be installed on the site. These are the apps whose IDs are in the algorithm's catalogAppIds array.

App IDs for apps built by Wix are listed here.

Permissions
Read eCommerce - all read permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/v1/recommendations/algorithms

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?