invoiceCreate
Creates a ready to send invoice.
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.