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