Skip to main content

AddOrderInvoiceInput

type AddOrderInvoiceInput {
appId: String!
base64: String
invoiceData: JSON
invoiceNumber: String!
orderId: String!
sendNotificationToCustomer: Boolean!
type: InvoiceTypeEnum!
}

Fields

appIdString!required

It is the app id for which the invoice is issued.

base64String

It is the content of invoice. Is the entered value must be in base64 format.

invoiceDataJSON

'It is data for create invoice.

invoiceNumberString!required

It is the number of the order invoice.

orderIdString!required

It is the order id for which the invoice is issued.

  • Is the entered id must be exist in ikas.
sendNotificationToCustomerBoolean!required

If the customer is to be informed after the invoice information is saved, this field can be sent as "true".

typeInvoiceTypeEnum!required

It is the type enum of the invoice.