Skip to main content
Anchor to DraftOrderInvoiceSendPayload

DraftOrderInvoiceSendPayload

payload

Return type for draftOrderInvoiceSend mutation.

•DraftOrder

The draft order an invoice email is sent for.

•[UserError!]!
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 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.

Arguments

•ID!
required

Specifies the draft order to send the invoice for.

•EmailInput

Specifies the draft order invoice email fields.



Was this section helpful?