Skip to main content
Version: 3.x

invoiceCreate

Creates a ready to send invoice.

Requires MANAGE_ORDERSpermission.
invoiceCreate(
input: InvoiceCreateInput!
orderId: ID!
): InvoiceCreate

Arguments

invoiceCreate.input ● InvoiceCreateInput! non-null input

Fields required when creating an invoice.

invoiceCreate.orderId ● ID! non-null scalar

ID of the order related to invoice.

Type

InvoiceCreate object

Creates a ready to send invoice.

Requires MANAGE_ORDERSpermission.

Was this page helpful?