Skip to main content
Version: 3.x

InvoiceSendNotification

Send an invoice notification to the customer.

Requires 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

InvoiceSendNotification.invoiceErrors ● [InvoiceError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

InvoiceSendNotification.errors ● [InvoiceError!]! non-null object

InvoiceSendNotification.invoice ● Invoice object

Returned by

invoiceSendNotification mutation


Was this page helpful?