Skip to main content

InvoiceSendNotification

Send an invoice notification to the customer.

Requires MANAGE_ORDERSpermission.
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?