createOrder GraphQL API Notification to customer

It seems like creating an order via graphql may email customers. We are trying to import orders from the stores previous platform into the store but obviously don’t want it emailing customers. How do we do this?

I actually tested loading in a Plus sandbox store and it didn’t seem to email but want to be 100% sure it won’t when we import into the live store. Tell me it’s possible and how to be sure?

It does seem orderCreate is creating it not as a draft and is creating it as archived (as we’re importing payment and shipment info).

Thanks.

Nevermind. It is in the options when posting. I saw that when I started but then forgot as I built it all out (since it defaults to false I think I let it go).

1 Like