InvoiceSendNotification
Send an invoice notification to the customer.
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 orders
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
InvoiceSendNotification.errors
● [InvoiceError!]!
non-null object orders
InvoiceSendNotification.invoice
● Invoice
object orders
Returned By
invoiceSendNotification
mutation