createBackInStockNotificationRequest( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates a back in stock notification request.

If a notification request already exists for the same catalogReference and email, then a new one isn't created and the existing request is returned.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
requestBackInStockNotificationRequestRequired

Notification request information.

Includes details for the out of stock item and the email address requesting to be notified when it's back in stock.


itemDetailsBackInStockItemDetailsRequired

Item details to include in the notification when the item is back in stock.

Returns
Return Type:Promise<BackInStockNotificationRequest>
Was this helpful?
Yes
No