InvoiceSendNotification
Send an invoice notification to the customer.
type InvoiceSendNotification {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}
Fields
InvoiceSendNotification.invoiceErrors ● [InvoiceError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
InvoiceSendNotification.errors ● [InvoiceError!]! non-null object
InvoiceSendNotification.invoice ● Invoice object
Returned by
invoiceSendNotification mutation
Was this page helpful?