Skip to main content
Anchor to OrderInvoiceSendPayload

OrderInvoiceSendPayload

payload

Return type for orderInvoiceSend mutation.

•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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.


Arguments

•ID!
required

The order associated with the invoice.

•EmailInput

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



Was this section helpful?