QuoteProperties
Retrieves available property fields for quotes, supporting quote record management.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Name [KEY] | String | False | True |
Internal name of the quote property. Must begin with a lowercase letter and contain only lowercase letters and numbers. | |
| Label | String | False | False |
Display label of the quote property shown in the HubSpot interface. | |
| FieldType | String | False | False |
Type of UI component used to display or enter the property value, such as text, dropdown, or checkbox. | |
| Type | String | False | False |
Underlying machine-readable data type of the property, such as string, number, or date. | |
| GroupName | String | False | False |
Name of the property group this field belongs to within the quote object. | |
| Description | String | False | False |
Explanation of the property's purpose and how it is used within the quote object. | |
| DisplayOrder | Int | False | False |
Order in which the property is displayed relative to other properties in the same group. | |
| ExternalOptions | Bool | False | False |
Indicates whether the property's selectable options are defined externally rather than in HubSpot. | |
| IsFormField | Bool | False | False |
Indicates whether the property is eligible for inclusion in HubSpot forms. | |
| IsCalculated | Bool | False | False |
Indicates whether the property's value is derived from a calculation rather than entered manually. | |
| IsHidden | Bool | False | False |
Indicates whether the property is hidden from standard user views in the UI. | |
| IsHubspotDefined | Bool | False | False |
Indicates whether the property is part of HubSpot's default schema for quotes. | |
| Archivable | Bool | False | False |
Indicates whether the property can be archived and excluded from future use. | |
| ReadOnlyDefinition | Bool | False | False |
Indicates whether the property's configuration is read-only and cannot be modified. | |
| ReadOnlyValue | Bool | False | False |
Indicates whether the property's value is locked and cannot be changed manually. | |
| OptionsAggregate | String | False | False |
Aggregate of available options for choice-based fields, populated if the FieldType supports options such as radio or checkbox. | |
| HasUniqueValue | Bool | False | False |
Indicates whether each quote is required to have a unique value for this property. |