Skip to main content

CategoryFieldName

No description

enum CategoryFieldName {
PARENT_SOURCE_ID
PARENT_SOURCE_NAME
PARENT_ID
DEFAULT_LANGUAGE
LANGUAGE
NAME
DESCRIPTION
SHORT_DESCRIPTION
SOURCE_NAME
SOURCE_ID
ID
}

Values

CategoryFieldName.PARENT_SOURCE_ID

[Optional][String] The source id of the parent category. Use either PARENT_ID or a combination of PARENT_SOURCE_NAME and PARENT_SOURCE_ID

CategoryFieldName.PARENT_SOURCE_NAME

[Optional][String] The source id of the parent category. Use either PARENT_ID or a combination of PARENT_SOURCE_NAME and PARENT_SOURCE_ID

CategoryFieldName.PARENT_ID

[Optional][Integer] The id of the parent category. Only required when using a combination of PARENT_SOURCE_NAME and PARENT_SOURCE_ID

CategoryFieldName.DEFAULT_LANGUAGE

[Required][String] The default language for the category

CategoryFieldName.LANGUAGE

[Required][String] The language for the name, description and short description

CategoryFieldName.NAME

[Required][String][Max 150 characters] Localized category name as it is available in the supported language defaults to the category's default language.

CategoryFieldName.DESCRIPTION

[Optional][String] The long description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog.

CategoryFieldName.SHORT_DESCRIPTION

[Optional][String] The long description for this category, this field can contain html formatting, this field can be translated is case of multilingual catalog.

CategoryFieldName.SOURCE_NAME

[Optional][String] The name of the source. Use either ID or a combination of SOURCE_NAME and SOURCE_ID

CategoryFieldName.SOURCE_ID

[Optional][String] The id of the source. Use either ID or a combination of SOURCE_NAME and SOURCE_ID

CategoryFieldName.ID

[Optional][Integer] The id of the category. Only required when using a combination of SOURCE_NAME and SOURCE_ID

Member Of

CategoryCsvMapping input