Skip to main content

DemandHqNotificationUserNames

These users will get notified if something requires attention for this DemandHq. If none are provided, ownerUserName will be notified.

type DemandHqNotificationUserNames {
catalog: [String!]
commerce: [String!]
orders: [String!]
}

Fields

DemandHqNotificationUserNames.catalog ● [String!] list scalar

All notifications for the catalog side (Products, Variants, etc.).

DemandHqNotificationUserNames.commerce ● [String!] list scalar

All notifications for the commerce side, besides orders.

DemandHqNotificationUserNames.orders ● [String!] list scalar

These are part of commerce, but are a specific enough case to be handled separately.

Member of

DemandHq object