Skip to main content

InvoiceCreate Object

Creates a ready to send invoice.

Requires the MANAGE_ORDERSpermission.
type InvoiceCreate {
invoiceErrors: [InvoiceError!]! @deprecated
errors: [InvoiceError!]!
invoice: Invoice
}

Fields

errors ● [InvoiceError!]!

invoice ● Invoice

Show deprecatedHide deprecated

invoiceErrors ● [InvoiceError!]!

DEPRECATED

Use errors field instead.

Returned By

invoiceCreate mutation