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. |