Skip to main content
Anchor to DraftOrderInvoiceSendPayload

DraftOrderInvoiceSendPayload

payload

Return type for draftOrderInvoiceSend mutation.

•DraftOrder

The draft order an invoice email is sent for.

Show fields
•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Sends an invoice email for a DraftOrder. The invoice includes a secure checkout link for reviewing and paying for the order. Use the email argument to customize the email, such as the subject and message.

Show payload

Arguments

•EmailInput

Specifies the draft order invoice email fields.

Show input fields
•ID!
required

Specifies the draft order to send the invoice for.



Was this section helpful?