Skip to main content

DocumentFieldName

Fields available for document CSV mapping.

enum DocumentFieldName {
ID
LANGUAGE
ALT_VALUE
DESCRIPTION_VALUE
TAGS_VALUES
DOCUMENT_FILE_URI
DOCUMENT_FILE_NAME
PRIORITY
PRODUCT_ID
CLUSTER_ID
CATEGORY_ID
SPAREPARTS_MACHINE_ID
}

Values

DocumentFieldName.ID

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

DocumentFieldName.LANGUAGE

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

DocumentFieldName.ALT_VALUE

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

DocumentFieldName.DESCRIPTION_VALUE

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

DocumentFieldName.TAGS_VALUES

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

DocumentFieldName.DOCUMENT_FILE_URI

[Required][String] MediaDocument file url

DocumentFieldName.DOCUMENT_FILE_NAME

[Required][String] MediaDocument file name

DocumentFieldName.PRIORITY

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

DocumentFieldName.PRODUCT_ID

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

DocumentFieldName.CLUSTER_ID

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

DocumentFieldName.CATEGORY_ID

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

DocumentFieldName.SPAREPARTS_MACHINE_ID

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

Member Of

DocumentCsvMapping input