Skip to main content

InvoiceRequest Object

Request an invoice for the order using plugin.

Requires the MANAGE_ORDERSpermission.

Triggers the following webhook events:

  • INVOICE_REQUESTED (async): An invoice was requested.
type InvoiceRequest {
order: Order
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Fields​

order ● Order​

Order related to an invoice.

errors ● [InvoiceError!]!​

invoice ● Invoice​

Show deprecatedHide deprecated

invoiceErrors ● [InvoiceError!]!​

DEPRECATED

Use errors field instead.

Returned By​

invoiceRequest mutation