Table of Contents

Class ProductStockNotificationService

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Service for managing stock related product notifications.

public abstract class ProductStockNotificationService
Inheritance
ProductStockNotificationService
Inherited Members

Methods

MoveProductBackInStockNotifications(IEnumerable<ProductBackInStockNotificationMoveSetting>)

public virtual void MoveProductBackInStockNotifications(IEnumerable<ProductBackInStockNotificationMoveSetting> moveSettings)

Parameters

moveSettings IEnumerable<ProductBackInStockNotificationMoveSetting>

Exceptions

ArgumentNullException

Thrown when moveSettings is null.

To top