invoiceRequest
Request an invoice for the order using plugin.
invoiceRequest(
number: String
orderId: ID!
): InvoiceRequest
Arguments
invoiceRequest.number ● String scalar
Invoice number, if not provided it will be generated.
invoiceRequest.orderId ● ID! non-null scalar
ID of the order related to invoice.
Type
InvoiceRequest object
Request an invoice for the order using plugin.
Was this page helpful?