Skip to main content
Anchor to OrderInvoiceSendUserError

OrderInvoiceSendUserError

object

An error that occurs during the execution of OrderInvoiceSend.

•OrderInvoiceSendUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Sends an email invoice for an order.

Arguments

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


Fields

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


Was this section helpful?