GraphQL OBJECT
Notification
Client notifications.
link Definition
- type Notification {
- # Notification ID.
- : Int
- # Notification name.
- : String
- # Client to whom the notification refers to.
- : Client
- # Date and time when the notification was created.
- : DateTime
- # Date and time when the notification was last modified.
- : DateTime
- # User who last modified the notification.
- : UserAccount
- # User who created the notification.
- : UserAccount
- # Boolean flag which determines if the notification is active right now.
- : Boolean
- # Represents the encoding of the notification.
- : [NotificationEvent]
- # Region configuration.
- : RegionConfiguration
- # The product list for which the notification applies.
- : ProductList
- # The settings of the notification.
- : NotificationSettings
- # The configuration of the transport type.
- : NotificationTransportTypeConfiguration
- }
link Required by
- CreateNotificationPayloadPayload for notification create.
- NotificationSearchResultNotificatiions that match filter criteria.
- ProductListProduct list for which the notification applies.
- querynull
- RegionConfigurationRegion you specify for shipping configurations, price configurations, marketing campaigns, and reporting of your products.
- UpdateNotificationPayloadPayload for notification update.