NotificationKindEnum
The kind of notification.
enum NotificationKindEnum {
ALERT
ERROR
EXPORT_COMPLETED
GENERAL
IMPORT_COMPLETED
INFO
ORDER_FAILURE
REFRESH_INVENTORY_COMPLETED
}
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.
NotificationKindEnum.REFRESH_INVENTORY_COMPLETED
Notification about a completed inventory refresh.
Member Of
InAppNotification object ● NotificationFilterInput input