OrderPipelines
Provides pipelines configured for managing orders, useful for order processing workflows.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the order pipeline. | |
| Label | String | False | False |
Human-readable name of the order pipeline displayed in the HubSpot interface. | |
| Archived | Bool | True | False |
Indicates whether the pipeline is archived and no longer active. | |
| CreatedAt | Datetime | True | False |
Timestamp marking when the order pipeline was created. | |
| UpdatedAt | Datetime | True | False |
Timestamp marking when the order pipeline was last modified. | |
| DisplayOrder | Int | False | False |
Position of this pipeline relative to others in the list, used for sorting and display. | |
| StagesAggregate | String | False | False |
List of all stages included in this pipeline. For detailed stage information, see the OrderPipelineStages table. |