SupplierNotificationUserNames
These users will get notified if something requires attention for this Supplier. If none are provided, ownerUserName will be notified.
type SupplierNotificationUserNames {
distribution: [String!]
management: [String!]
purchaseOrders: [String!]
}
Fields
SupplierNotificationUserNames.distribution
● [String!]
list scalar
All notifications for the distribution side, besides purchaseOrders.
SupplierNotificationUserNames.management
● [String!]
list scalar
All notifications for the management side (Products, Variants, etc.).
SupplierNotificationUserNames.purchaseOrders
● [String!]
list scalar
These are part of distribution, but are a specific enough case to be handled separately.
Member of
Supplier
object