TriggerQuoteSendValidationEventInput
No description
input TriggerQuoteSendValidationEventInput {
orderId: Int!
language: String
channelId: Int
}
Fields
TriggerQuoteSendValidationEventInput.orderId ● Int! non-null scalar
The ID of the order you want to fire the event for
TriggerQuoteSendValidationEventInput.language ● String scalar
Optionally provide a language, when omitted the order language will be used
TriggerQuoteSendValidationEventInput.channelId ● Int scalar
Optionally provide a channel id, when omitted the order channel id will be used
Member Of
triggerQuoteSendValidation mutation