OrderPipelineStages
Lists stages within order pipelines, representing steps in the order lifecycle.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | False |
Unique identifier for the stage within the order pipeline. | |
| PipelineId [KEY] | String | False | False |
Identifier of the pipeline to which this stage belongs. | |
| Label | String | False | False |
Human-readable name of the pipeline stage displayed in the HubSpot interface. | |
| PipelineLabel | String | True |
OrderPipelines.Label | False |
Name of the pipeline that includes this stage. |
| IsClosed | Bool | False | False |
Indicates whether this stage is considered closed in the pipeline process. | |
| State | String | False | False |
Current status of the stage, such as open or closed. | |
| Archived | Bool | True | False |
Indicates whether the stage has been archived and is no longer in active use. | |
| CreatedAt | Datetime | True | False |
Timestamp indicating when the stage was created. | |
| UpdatedAt | Datetime | True | False |
Timestamp indicating when the stage was last modified. | |
| DisplayOrder | Int | False | False |
Numeric order in which this stage appears relative to others within the same pipeline. |