LineItemProperties
Lists all properties and property definitions for line items, providing structure for product/service line entries.
Columns
| Name | Type | ReadOnly | References | Description |
| Name [KEY] | String | False |
Unique name identifier for the line item property. Must consist of lowercase letters and numbers, and begin with a lowercase letter. | |
| Label | String | False |
Label for the line item property, displayed in the HubSpot UI. | |
| FieldType | String | False |
Type of input field used to display the property on screen, such as text, dropdown, or checkbox. The allowed values are textarea, select, text, date, file, number, radio, checkbox. | |
| Type | String | False |
Stored machine-readable data type for the line item property. The allowed values are string, number, bool, datetime, enumeration. | |
| GroupName | String | False |
Name of the group to which the line item property belongs. | |
| Description | String | False |
Detailed description explaining the purpose of the line item property. | |
| DisplayMode | String | False |
Mode or format in which the line item property is displayed in the HubSpot UI. | |
| DisplayOrder | Integer | False |
Numeric order indicating the display sequence of the property relative to others in the same group. | |
| ExternalOptions | Boolean | False |
Boolean flag indicating whether external options are associated with the line item property. | |
| IsFormField | Boolean | False |
Boolean flag indicating whether the property appears as a field in HubSpot forms. | |
| IsCalculated | Boolean | False |
Boolean flag indicating whether the value of the property is calculated dynamically. | |
| IsHidden | Boolean | False |
Boolean flag indicating whether the property is hidden from view. | |
| IsFavorited | Boolean | False |
Boolean flag indicating whether the property is favorited by users. | |
| FavoritedOrder | Integer | False |
Numeric value determining the order in which the favorited property appears. | |
| MutableDefinitionNotDeletable | Boolean | False |
Boolean flag indicating whether the property definition can be modified but not deleted. | |
| ReadOnlyDefinition | Boolean | False |
Boolean flag indicating whether the definition of the property is read-only. | |
| ReadOnlyValue | Boolean | False |
Boolean flag indicating whether the value of the property is read-only. | |
| OptionsAggregate | String | False |
Aggregate list of additional options for the property. Populated when the FieldType is radio, checkbox, or boolean checkbox. | |
| ExtraUrlParameters | String | True |
Optional input-only property for specifying additional query parameters when retrieving line item properties. Format: 'param1=value1, param2=value2, param3=value3'. |