invoiceCreate Mutation
Creates a ready to send invoice.
invoiceCreate(
input: InvoiceCreateInput!
orderId: ID!
): InvoiceCreate
Show return type
Arguments
input ● InvoiceCreateInput!
Fields required when creating an invoice.
orderId ● ID!
ID of the order related to invoice.
Type
InvoiceCreate
Creates a ready to send invoice.