triggerQuoteSend
Trigger quote send event.
Initiates the process to send quote to the customer with quote details and information.
Possible errors:
- ORDER_NOT_FOUND: Order with the specified ID does not exist
- VALIDATION_ERROR: Invalid input data provided
- FORBIDDEN: Insufficient permissions to trigger quote send
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]
triggerQuoteSend(
input: TriggerQuoteSendEventInput!
): Boolean!