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