Skip to main content

ImageFieldName

Fields available for image CSV mapping.

enum ImageFieldName {
ID
LANGUAGE
ALT_VALUE
DESCRIPTION_VALUE
TAGS_VALUES
IMAGE_FILE_URI
IMAGE_FILE_NAME
PRIORITY
PRODUCT_ID
CLUSTER_ID
CATEGORY_ID
SPAREPARTS_MACHINE_ID
}

Values

ImageFieldName.ID

[Optional][String] This MediaImage's unique identifier

ImageFieldName.LANGUAGE

[Required][String] Language of the MediaImage [Default: EN]

ImageFieldName.ALT_VALUE

[Required][String] The alt descriptions of this MediaImage per language

ImageFieldName.DESCRIPTION_VALUE

[Required][String] The descriptions of this MediaImage per language

ImageFieldName.TAGS_VALUES

[Required][String[]] The tags of this MediaImage per language

ImageFieldName.IMAGE_FILE_URI

[Required][String] MediaImage file url

ImageFieldName.IMAGE_FILE_NAME

[Required][String] MediaImage file name

ImageFieldName.PRIORITY

[Optional][Integer] MediaImage display priority [Lower value has higher priority] - [Default: 1000]

ImageFieldName.PRODUCT_ID

[Optional][String] This MediaImage's linked Product.

ImageFieldName.CLUSTER_ID

[Optional][String] This MediaImage's linked Cluster

ImageFieldName.CATEGORY_ID

[Optional][Integer] This MediaImage's linked Category

ImageFieldName.SPAREPARTS_MACHINE_ID

[Optional][String] This MediaImage's linked SpareParts Machine

Member Of

ImageCsvMapping input