Skip to main content
mutation

Requires write_orders access scope. Also: The user must have access to orders and manage orders information.

Sends an email invoice for an Order.

You can customize the email recipient, sender, and subject line using the email argument.


Note

Use store or staff account email addresses for the from and bcc input fields.


•EmailInput

The email input fields for the order invoice. The bcc and from fields should be store or staff account emails.

•ID!
required

The order associated with the invoice.


Was this section helpful?

Anchor to OrderInvoiceSendPayload returnsOrderInvoiceSendPayload returns

•Order

The order associated with the invoice email.

•[OrderInvoiceSendUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?