Skip to main content

AttributeFieldName

No description

enum AttributeFieldName {
ATTRIBUTE_DESCRIPTION_ID
ATTRIBUTE_DESCRIPTION_NAME
TEXT_VALUES
TEXT_VALUES_LANGUAGE
ENUM_VALUES
INT_VALUE
DECIMAL_VALUE
DATE_TIME_VALUE
COLOR_VALUE
ATTRIBUTE_CLASS
LOOKUP_KEY
LOOKUP_VALUE
SOURCE
}

Values

AttributeFieldName.ATTRIBUTE_DESCRIPTION_ID

[Required][String] The ID of the AttributeDescription, required if attributeDescriptionName is not provided

AttributeFieldName.ATTRIBUTE_DESCRIPTION_NAME

[Required][String] The Name of the AttributeDescription, required if attributeDescriptionId is not provided

AttributeFieldName.TEXT_VALUES

[Optional][String] Attribute value descriptions per language, required for TEXT type attributes

AttributeFieldName.TEXT_VALUES_LANGUAGE

[Optional][String] Attribute value descriptions per language, required for TEXT type attributes

AttributeFieldName.ENUM_VALUES

[Optional][Array] Attribute enum values, required for ENUM type attributes

AttributeFieldName.INT_VALUE

[Optional][Integer] ttribute integer value, required for INTEGER type attributes

AttributeFieldName.DECIMAL_VALUE

[Optional][Decimal] Attribute decimal value, required for DECIMAL type attributes

AttributeFieldName.DATE_TIME_VALUE

[Optional][DateTime] Attribute datetime value, required for DATETIME type attributes in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)

AttributeFieldName.COLOR_VALUE

[Optional][String] Attribute color value, required for COLOR type attributes

AttributeFieldName.ATTRIBUTE_CLASS

[Optional][Enum] The class the Attribute or AttributeDescription belongs to, must be one of the following: [products, clusters, categories, customers, contacts, companies]

AttributeFieldName.LOOKUP_KEY

[Optional][String] The lookupKey to find the resource by, i.e. id or sourceId

AttributeFieldName.LOOKUP_VALUE

[Optional][String] The lookupValue to find the resource by, i.e. the id or the sourceId

AttributeFieldName.SOURCE

[Optional][String] The source of the lookupValue when the lookupKey is a sourceId

Member Of

AttributeCsvMapping input