Invoice Item¶
Invoice line item.
API Name: InvoiceItem
Fields¶
| Field | Type | Description |
|---|---|---|
name |
varchar | Item name (required) |
type |
enum | Item type (default: normal) |
invoice |
link | Invoice (required) |
product |
link | Product |
quantity |
floatWithLinkedUnit | Quantity (default: 1) |
measureUnit |
linked | Measure unit |
unitPrice |
floatCurrency | Unit price (required) |
discount |
percentage | Discount (default: 0) |
amount |
floatCurrency | Amount (calculated) |
amountWithTax |
floatCurrency | Amount with VAT (calculated) |
taxRate |
percentage | VAT rate (max 100) |
taxAmount |
floatCurrency | VAT (calculated) |
unitWeight |
float | Unit weight |
weight |
float | Weight (calculated) |
withTax |
bool | Price includes VAT |
description |
text | Description |
order |
int | Order |
Enum Values¶
type:
| Value | Description | Color |
|---|---|---|
normal |
Normal | default |
discount |
Discount | warning |
wrapping |
Wrapping | info |
shipping |
Shipping | info |