Skip to main content

This enumerated type contains a list of the available data types that can be specified as required for an aspect's values.

Type that uses AspectDataTypeEnum

AspectConstraint

Calls that use AspectDataTypeEnum

Enumerations

Value
Description
DATE
This enumeration value indicates the data type used for the product aspect value is a date. Dates can be expressed in different formats, so see the corresponding aspectFormat field for the required syntax/structure of date values for the product aspect value.
NUMBER
This enumeration value indicates the data type used for the product aspect value is a a numeric value. Numeric values can be expressed in different formats, so see the corresponding aspectFormat field for the required syntax/structure of number values for the product aspect value.
STRING
This enumeration value indicates the data type used for the product aspect value is a string.
STRING_ARRAY
This enumeration value is reserved for internal or future use.