| Field | Type | Flags | Description |
|---|---|---|---|
| currency | Reference | Nullable | Item's currency. Works with the acquired price. Used to process a currency conversion based on current exchange rates |
| description | String | Item's description (multiline, max_length = 512) | |
| id | Objectid | Readonly | Unique identifier of the resource |
| reference | String | Reference of the item. This is internal and won't be displayed on a generated document. Limited to this set of chars: [a-zA-Z0-9_-] (max_length = 32) |
|
| resource_uri | String | Readonly | URI which represent a specific resource. All references are based upon this scheme |
| status | String | Readonly | The current status of the resource. Depending on the resource type, it can be "ACTIVE", "DELETED", "DISABLED", [...]. Only included on detail requests |
| tax | Reference | Nullable | Item's tax |
| type | String | Item's type | |
| unit_price | Decimal | Item's unit price (excluding taxes) |