createInvoiceItem
Creates an 'Invoice item'
Input fields
CreateInvoiceItemInput
)
Return fields
ID!
)
ID of the object
DateTime
)
Date and time of creation
DateTime
)
Date and time of last update
String!
)
External reference to the InvoiceItem
. Must be unique.
String
)
Type of the InvoiceItem
, typically used by the Orchestration Engine to determine the workflow that should be applied.
String
)
A description of the source item. In the case of product source items this can be the name.
ProductLink
)
Associated product for this invoice item.
QuantityType
)
`The total quantity of the source item. Should default to 0
TaxType
)
The tax type of this item. Should only be provided if different to the default invoice tax type.
AmountType
)
The unit price of the source item.
AmountType
)
The item amount for this item excluding tax
AmountType
)
The tax amount for this item. If not present at the item level, tax amount should be generated based on the tax type set at the invoice parent level.
Invoice
)
The Invoice
this object is associated with