Skip to main content

InvoiceSendNotification Object

Send an invoice notification to the customer.

Requires the MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_SENT (async): A notification for invoice send
  • NOTIFY_USER (async): A notification for invoice send
type InvoiceSendNotification {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Fields

errors ● [InvoiceError!]!

invoice ● Invoice

Show deprecated

Returned By

invoiceSendNotification mutation