Skip to main content
Version: 3.x

StaffNotificationRecipient

Represents a recipient of email notifications send by Saleor, such as notifications about new orders. Notifications can be assigned to staff users or arbitrary email addresses.

type StaffNotificationRecipient implements Node {
id: ID!
user: User
email: String
active: Boolean
}

Fields

StaffNotificationRecipient.id ● ID! non-null scalar

The ID of the staff notification recipient.

StaffNotificationRecipient.user ● User object

Returns a user subscribed to email notifications.

StaffNotificationRecipient.email ● String scalar

Returns email address of a user subscribed to email notifications.

StaffNotificationRecipient.active ● Boolean scalar

Determines if a notification active.

Interfaces

Node interface

An object with an ID

Member of

Shop object ● StaffNotificationRecipientCreate object ● StaffNotificationRecipientDelete object ● StaffNotificationRecipientUpdate object


Was this page helpful?