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 Settings API allows you to manage whether or not to collect requests from customers to receive back in stock notifications.

Learn more about back in stock notification settings.

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

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

Before you begin

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

Terminology

  • Collection state: The collection state determines whether the selected app is actively collecting requests for back in stock notifications. When the collection state is set to `true``, collecting requests is enabled and customers may request notifications for out of stock products.

Permissions information

The following functions in Back In Stock Settings 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?