Order Item Attributes View

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

The measures calculated by this view are:

NameMeasure TypeDescription
CountCountCount of all order item attribute records.


The dimensions included in this view are:

NameData TypeDescription
Attribute NameStringThe user-supplied name of the attribute.
Attribute TypeStringWill be "Shopper Entered" if the attribute value was entered by a shopper or "Predefined."
Attribute Value Data TypeStringThe 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.
Shopper Entered Attribute ValueStringValue of the attribute entered by the shopper represented as a string. May be null if attribute value is not entered by shopper.
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.
Catalog IDNumberUnique identifier for the product catalog to which the ordered product belongs.
Fully Qualified Attribute CodeStringUnique identifier for the attribute to which the product belongs.
Line IDNumberThe line identifier assigned to the order item.
Order IDStringInternal unique identifier of the order.
Order Item Created DateDatetimeThe timestamp of the date and time that the order item attribute was created.
Order Item IDStringInternal unique identifier of the order item.
Order Item Updated DateDatetimeThe timestamp of the date and time that the order item attribute was last updated.
Product CodeStringThe unique user-defined identifier for a product.
Product NameStringThe user-supplied name of the product.
Shopper Entered Attribute Value (Boolean)Yes/NoValue of the shopper entered attribute if value data type is Boolean. Will be null if value data type is not Boolean.
Shopper Entered Attribute Value (Datetime)DatetimeValue of the shopper entered attribute if value data type is Datetime. Will be null if value data type is not Datetime.
Shopper Entered Attribute Value (Double)NumberValue of the shopper entered attribute if value data type is Double. Will be null if value data type is not Double.
Shopper Entered Attribute Value (Number)NumberValue of the shopper entered attribute if value data type is Number. Will be null if value data type is not Number.
Shopper Entered Attribute Value (String)StringValue of the shopper entered attribute if value data type is String. Will be null if value data type is not String.
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.