Order Attributes View

The Order Attributes view provides dimensions and measures for extensible attributes associated with the Order data model.

The measures calculated by this view are:

NameMeasure TypeDescription
CountCountCount of all order attribute records.

The dimensions included in this view are:

NameData TypeDescription
Attribute Value Data TypeNumberThe data type of the source product property, typically of type Bool, DateTime, Number, or String.
Attribute ValueStringValue of the attribute represented as a string. Will never be null.
Attribute Value (Boolean)Yes/NoValue of the attribute if value data type is Boolean. Will be null if value data type is not Boolean.
Attribute Value (Datetime)DatetimeValue of the attribute if value data type is Datetime. Will be null if value data type is not Datetime.
Attribute Value (Double)NumberValue of the attribute if value data type is Double. Will be null if value data type is not Double.
Attribute Value (Number)NumberValue of the attribute if value data type is Number. Will be null if value data type is not Number.
Attribute Value (String)StringValue of the attribute if value data type is String. Will be null if value data type is not String.
Fully Qualified Attribute CodeStringUnique identifier for the attribute to which the product belongs.
Order Attribute Created DateDatetimeThe timestamp of the date and time that the order attribute was created.
Order Attribute Updated DateDatetimeThe timestamp of the date and time that the order attribute was last updated.
Order IDStringInternal unique identifier of the order.
Order Attribute IDStringInternal unique identifier of the order attribute.
Order NumberNumberStorefront identifier of the order.
Site IDNumberUnique identifier for the site. This ID is used at all levels of a store and catalog to associate objects to a site.
Site NameStringThe human readable name for the site associated with the Site ID.