invoiceCreate
Create an invoice manually with URL.
invoiceCreate(
orderId: ID!
input: InvoiceCreateInput!
): InvoiceCreate!
Arguments
invoiceCreate.orderId ● ID! non-null scalar
invoiceCreate.input ● InvoiceCreateInput! non-null input
Type
InvoiceCreate object
Result of invoice create mutation.