Search.../

Introduction

Developer Preview
APIs in Developer Preview are subject to change and are not intended for use in production.
Send us your suggestions for improving this API. Your feedback is valuable to us.

 

Note: This module is universal. Functions in this module can run on both the backend and frontend, unless specified otherwise.

The Back In Stock Notifications API allows you to manage customer requests to receive notifications when out-of-stock items become available.

With this API, you can:

  • Increase sales and customer satisfaction with personalized notifications.
  • Collect insights on requested items that are currently unavailable.
  • Effectively manage inventory and adjust restocking strategy.

Learn more about notifying customers when products are back in stock.

To use the Back In Stock Notifications API, import { backInStockNotifications } from the ‘wix-ecom-backend’ module:

import { backInStockNotifications } from `wix-ecom-backend`;
javascript | Copy Code

Before you begin

It’s important to note the following points before starting to code:

Terminology

  • Notification request: The object that is created when a customer wants to be notified when an out-of-stock item becomes available. The back in stock notification request contains information about the item and an email address to contact when it’s back in stock.

Permissions information

The following functions in Back In Stock Notifications API are restricted and only run if you elevate permissions using the wix-auth elevate() function:

Warning: Elevating a function allows it to be called by any site visitor. Exercise caution to prevent security vulnerabilities.

Was this helpful?