Skip to main content
Anchor to ShopifyqlTableDataColumn

ShopifyqlTableDataColumn

object

Requires read_reports access scope.

Represents a column in a ShopifyQL query response.

•ShopifyqlColumnOrigin!
non-null

Whether the column was explicitly requested in the query or dynamically generated.

•ColumnDataType!
non-null

The data type of the column.

•String!
non-null

The human-readable display name of the column.

Anchor to dynamicColumnMetadatadynamicColumnMetadata
•ShopifyqlDynamicColumnMetadata

Metadata describing how a dynamic column was generated (comparison, totals, benchmark, attribution, etc.). Null for non-dynamic columns.

•String!
non-null

The name of the column.

•String

A shortened display name for the column, suitable for compact UI such as metric tiles.

•ColumnDataType

The sub type of an array column.


Was this section helpful?