CategoryFieldName
No description
enum CategoryFieldName {
PARENT_SOURCE_ID
PARENT_SOURCE_NAME
PARENT_ID
DEFAULT_LANGUAGE
LANGUAGE
NAME
DESCRIPTION
SHORT_DESCRIPTION
METADATA_TITLE
METADATA_DESCRIPTION
METADATA_KEYWORDS
METADATA_CANONICAL_URL
SOURCE_NAME
SOURCE_ID
ID
HIDDEN
}
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] Primary language for category content.
The default language code used when localized content is not available in the requested language. Determines fallback behavior for multilingual category display.
CategoryFieldName.LANGUAGE
[Required][String] The language for the name, description and short description
CategoryFieldName.NAME
[Required][String][Max 150 characters] Localized category names for display in different languages.
Collection of category names in various supported languages for international markets and multilingual storefronts. Falls back to the category's default language when specific language is not available.
CategoryFieldName.DESCRIPTION
[Optional][String] Detailed category description with rich content support.
Comprehensive category information including features, purpose, and context. Supports HTML formatting for rich content display and can be translated for multilingual catalogs. Used for category pages and detailed product organization.
CategoryFieldName.SHORT_DESCRIPTION
[Optional][String] Brief category summary for listings and previews.
Concise category description suitable for navigation menus, category cards, and overview displays where space is limited. Supports HTML formatting and multilingual translation for consistent user experience.
CategoryFieldName.METADATA_TITLE
[Optional][String] SEO-optimized page title for search engines.
Localized title tag content used for search engine optimization and browser tab display. Should be concise, descriptive, and include relevant keywords for better search visibility.
CategoryFieldName.METADATA_DESCRIPTION
[Optional][String] SEO meta description for search engine results.
Localized meta description tag content that appears in search engine results pages. Should be compelling, informative, and within recommended character limits to improve click-through rates.
CategoryFieldName.METADATA_KEYWORDS
[Optional][String] SEO keywords for search engine optimization.
Localized meta keywords relevant to the category content. Used by search engines to understand category context and improve discoverability for relevant search queries.
CategoryFieldName.METADATA_CANONICAL_URL
[Optional][String] Canonical URL for duplicate content management.
Localized canonical URL that tells search engines which version of the category page is the authoritative source, preventing duplicate content issues and consolidating SEO value.
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
CategoryFieldName.HIDDEN
[Optional][Enum] The hidden status of the category, must be one of the following: [Y, N. Defaults to N
Member Of
CategoryCsvMapping
input