Skip to main content

OrderInvoiceInput Input

Description

Input fields for sending an invoice email to a buyer. Used when sending invoices via email with optional CC to the sender.

Declaration

input OrderInvoiceInput {
recipient: String!
message: String!
subject: String!
ccMe: Boolean!
}

Fields

NameTypeDescription
recipientString!Email address of the invoice recipient.
messageString!Email message body to include with the invoice.
subjectString!Email subject line for the invoice email.
ccMeBoolean!Whether to send a copy of the email to the current user.