Skip to main content

invoiceRequest

Request an invoice for the order using plugin.

Requires MANAGE_ORDERSpermission.
invoiceRequest(
number: String
orderId: ID!
): InvoiceRequest

Arguments

invoiceRequest.number ● String scalar

Invoice number, if not provided it will be generated.

invoiceRequest.orderId ● ID! non-null scalar

ID of the order related to invoice.

Type

InvoiceRequest object

Request an invoice for the order using plugin.

Requires MANAGE_ORDERSpermission.

Was this page helpful?