AddOrderInvoiceInput
type AddOrderInvoiceInput {
appId: String!
base64: String
invoiceData: JSON
invoiceNumber: String!
orderId: String!
sendNotificationToCustomer: Boolean!
type: InvoiceTypeEnum!
}
Fields
It is the app id for which the invoice is issued.
base64
StringIt is the content of invoice. Is the entered value must be in base64 format.
invoiceData
JSON'It is data for create invoice.
It is the number of the order invoice.
It is the order id for which the invoice is issued.
- Is the entered id must be exist in ikas.
If the customer is to be informed after the invoice information is saved, this field can be sent as "true".
It is the type enum of the invoice.