Disable order confirmation email upon `draftOrderComplete`

Whenever an order is created via draft orders via draftOrderComplete, Shopify automatically sends an order confirmation to the email on the order. Is there a way to disable that. In certain cases, since the order is created via Draft orders, we do not want the email (or any email) sent to the email on the order.

Hi Ronald,

From looking into this it seems that Shopify does not provide an explicit option to disable the automatic email through this specific mutation itself. What you could do for draft orders that you don’t want to send an email to the customer for, is to add a placeholder email for the email field. Then when you do want to send the email you can update the order with the correct email. Would that work for you?

We also need this feature.