CatalogEntryExternalContentRel

Use the CatalogEntryExternalContentRel keyword to load the catalog entry and external content relationships into your HCL Commerce database.

You can load information in a CSV or XML formatted input file. Your input file must contain CSV column or XML element names and definitions that specify the characteristics of the business object type you are loading into your database.

CSV column and XML element definitions

PartNumber
(String) The unique part number of the catalog entry. This field cannot be null in Insert or Replace. In Delete, either this field or the CatalogEntryUniqueId is required. The part number for a catalog entry displays in Management Center as the value for the catalog entry Code property.
ExternalContentId
(String) The external content ID.
LanguageId
(Integer) The language ID for language-specific fields (Name, ShortDescription, LongDescription, Thumbnail, FullImage, Published, and Keyword). For example: -1 for English, or -2 for French.

Example

CatalogEntryExternalContentRel,
PartNumber,ExternalContentId,LanguageId
Cords,1,-1
Casual shirt-White-Small,1,-2