The Back In Stock Notification Requests 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.
It’s important to note the following points before starting to code:
- To start collecting back in stock requests, the
collectionStates
must be set to true
. Use startCollectingRequests()
in BackInStockSettings
to update collection states.
- Customize the design of the notification email that will be sent.
- Back in stock 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.