orderSendConfirmationEmail
Deprecated in favor of using triggerOrderSendConfirm
orderSendConfirmationEmail(
orderId: Int!
attachments: [Base64FileInput!]
): SendOrderConfirmResponseType!
Deprecated in favor of using triggerOrderSendConfirm
orderSendConfirmationEmail(
orderId: Int!
attachments: [Base64FileInput!]
): SendOrderConfirmResponseType!
orderSendConfirmationEmail.orderId
● Int!
non-null scalarorderSendConfirmationEmail.attachments
● [Base64FileInput!]
list inputSendOrderConfirmResponseType
object