Skip to content

NotificationSettings

The NotificationSettings object represents settings for product notification in the storefront.

classDiagram
  direction LR
  class NotificationSettings{
    bool isProductNotificationEnabled
  }

Properties

Attribute name Type Description
isProductNotificationEnabled bool Indicates whether that availability notifications for products is enabled.

Examples

isProductNotificationEnabled property

{{ notificationSettings.isProductNotificationEnabled }}
true