orderSendConfirmationEmail
Deprecated in favor of using triggerOrderSendConfirm
Triggers order confirmation email sending for the specified order.
Possible errors:
- ORDER_NOT_FOUND: Order with the specified ID does not exist
- VALIDATION_ERROR: Invalid order ID provided
- FORBIDDEN: Insufficient permissions to send order confirmation
orderSendConfirmationEmail(
orderId: Int!
attachments: [Base64FileInput!]
): SendOrderConfirmResponseType!
Arguments
orderSendConfirmationEmail.orderId
● Int!
non-null scalar
Unique identifier of the order to send confirmation for
orderSendConfirmationEmail.attachments
● [Base64FileInput!]
list input
Optional attachments to include with the confirmation email