customerRequestInvoice
Requests an invoice for an order on behalf of the customer.
customerRequestInvoice(
billing: OrderCustomerBillingInput!
language: OrderCustomerLanguageInput
orderId: ID!
zendeskConversation: OrderCustomerZendeskConversationInput!
): OperationReturn
Arguments
customerRequestInvoice.billing ● OrderCustomerBillingInput! non-null input
customerRequestInvoice.language ● OrderCustomerLanguageInput enum
customerRequestInvoice.orderId ● ID! non-null scalar
customerRequestInvoice.zendeskConversation ● OrderCustomerZendeskConversationInput! non-null input
Type
OperationReturn object
Generic return type for operations that have no intrinsic return type