Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chris-branch created by wix docs backoffice #2407

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ We love hearing your feedback! You can help us improve the docs by reporting any
![Was this helpful, yes/no buttons](../media/feedback.png)

---
### New Developer Preview API: Recommendations

The new [Recommendations API](/wix-ecom-backend/recommendations) allows you to promote and recommend items to your customers using recommendation algorithms. It includes the following endpoints:

+ [List](/wix-ecom-backend/recommendations/listavailablealgorithms) available recommendation algorithms.
+ [Get](/wix-ecom-backend/recommendations/getrecommendation) a list of item recommendations from an algorithm.

**Note:** This module is in [Developer Preview](./developer-preview.md).

(September 21, 2023)

### New Developer Preview API: Back In Stock Notifications

Expand All @@ -22,6 +32,7 @@ Functionality includes:
**Note:** This module is in [Developer Preview](./developer-preview.md).

(September 4, 2023)

### Migration of Booking Resources API

We've re-released another legacy API.
Expand Down