NotificationKindEnum
The kind of notification.
enum NotificationKindEnum {
ALERT
ERROR
EXPORT_COMPLETED
GENERAL
IMPORT_COMPLETED
INFO
ORDER_FAILURE
}
Values
NotificationKindEnum.ALERT
An alert notification.
NotificationKindEnum.ERROR
An error notification.
NotificationKindEnum.EXPORT_COMPLETED
Notification about a products export.
NotificationKindEnum.GENERAL
A general notification.
NotificationKindEnum.IMPORT_COMPLETED
Notification about a completed import.
NotificationKindEnum.INFO
An informational notification.
NotificationKindEnum.ORDER_FAILURE
Notification about an order failure.
Member Of
InAppNotification object ● NotificationFilterInput input