Skip to main content
Version: 3.x

ExternalNotificationTriggerInput

No description

input ExternalNotificationTriggerInput {
ids: [ID!]!
extraPayload: JSONString
externalEventType: String!
}

Fields

ExternalNotificationTriggerInput.ids ● [ID!]! non-null scalar

The list of customers or orders node IDs that will be serialized and included in the notification payload.

ExternalNotificationTriggerInput.extraPayload ● JSONString scalar

Additional payload that will be merged with the one based on the bussines object ID.

ExternalNotificationTriggerInput.externalEventType ● String! non-null scalar

External event type. This field is passed to a plugin as an event type.

Member of

externalNotificationTrigger mutation


Was this page helpful?