ExternalNotificationTriggerInput
No description
input ExternalNotificationTriggerInput {
ids: [ID!]!
extraPayload: JSONString
externalEventType: String!
}
Fields
ExternalNotificationTriggerInput.ids
● [ID!]!
non-null scalar miscellaneous
The list of customers or orders node IDs that will be serialized and included in the notification payload.
ExternalNotificationTriggerInput.extraPayload
● JSONString
scalar miscellaneous
Additional payload that will be merged with the one based on the business object ID.
ExternalNotificationTriggerInput.externalEventType
● String!
non-null scalar miscellaneous
External event type. This field is passed to a plugin as an event type.
Member Of
externalNotificationTrigger
mutation