triggerQuoteSendValidation
Trigger quote send validation event.
Initiates the process to validate and send quote to the customer with validation checks and quote details.
Possible errors:
- ORDER_NOT_FOUND: Order with the specified ID does not exist
- VALIDATION_ERROR: Invalid input data provided or quote validation failed
- FORBIDDEN: Insufficient permissions to trigger quote send validation
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]
triggerQuoteSendValidation(
input: TriggerQuoteSendValidationEventInput!
): Boolean!
Arguments
triggerQuoteSendValidation.input
● TriggerQuoteSendValidationEventInput!
non-null input
Input data for triggering quote send validation
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.