Anchor to DraftOrderInvoiceSendPayloadDraft
payloadDraft Order Invoice Send Payload
Return type for mutation.
Anchor to FieldsFields
- draftOrder (DraftOrder)
- userErrors ([UserError!]!)
- Anchor to draftOrderdraft•Draft
Order Order The draft order an invoice email is sent for.
- Anchor to userErrorsuser•[User
Errors Error!]! 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
- draftOrderInvoiceSend (DraftOrderInvoiceSendPayload)
- •mutation
Sends an invoice email for a
. The invoice includes a secure checkout link for reviewing and paying for the order. Use theemailargument to customize the email, such as the subject and message.- •ID!required
Specifies the draft order to send the invoice for.
- Anchor to emailemail•Email
Input Specifies the draft order invoice email fields.
Arguments
- •ID!
Was this section helpful?