Skip to main content

invoiceCreate

Creates a ready to send invoice.

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

Arguments

invoiceCreate.input ● InvoiceCreateInput! non-null input orders

Fields required when creating an invoice.

invoiceCreate.orderId ● ID! non-null scalar miscellaneous

ID of the order related to invoice.

Type

InvoiceCreate object orders

Creates a ready to send invoice.

Requires MANAGE_ORDERSpermission.