LineItemProperties
Retrieves all properties for line items, including standard and custom fields, supporting detailed item tracking.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
Internal name of the line item property. Must start with a lowercase letter and contain only lowercase letters and numbers. | |
| Label | String | False | False |
Human-readable label for the property, displayed in the HubSpot user interface. | |
| FieldType | String | False | False |
Type of input field used to display the property on forms and records, such as text or dropdown. | |
| Type | String | False | False |
Stored machine-readable data type for the property, such as string, number, or date. | |
| GroupName | String | False | False |
Name of the property group where this line item property belongs. | |
| Description | String | False | False |
Text description explaining the purpose or intended use of the property. | |
| DisplayOrder | Int | False | False |
Order number determining how the property appears relative to others in the same group. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property options are managed externally rather than inside HubSpot. | |
| IsFormField | Bool | False | False |
Indicates whether the property is included in forms presented to users. | |
| IsCalculated | Bool | False | False |
Indicates whether the property's value is calculated automatically rather than entered manually. | |
| IsHidden | Bool | False | False |
Indicates whether the property is hidden from the HubSpot user interface. | |
| IsHubspotDefined | Bool | False | False |
Indicates whether the property definition was created and managed by HubSpot. | |
| Archivable | Bool | False | False |
Indicates whether the property can be archived. | |
| ReadOnlyDefinition | Bool | False | False |
Indicates whether the structure or configuration of the property is read-only. | |
| ReadOnlyValue | Bool | False | False |
Indicates whether the value of the property is read-only after it is set. | |
| OptionsAggregate | String | False | False |
Additional options available for the property if the field type supports multiple options, such as radio buttons or checkboxes. | |
| HasUniqueValue | Bool | False | False |
Boolean indicating whether the value of the property is unique. |