CatalogEntryParentCatalogGroupRelationship

Use the CatalogEntryParentCatalogGroupRelationship keyword to load parent-child relationships between categories and catalog entries into your HCL Commerce database.

Previously, you could load this data only in CSV formatted files. You can now 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 part number of the catalog entry. 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.
CatalogEntryUniqueId
(Integer) The internal unique reference number of the catalog entry. Either this field or the PartNumber is required.
ParentGroupIdentifier
(String) The identifier of the parent category. Either this field or the ParentGroupUniqueId is required.
ParentGroupUniqueId
(Integer) The unique reference number of the parent category. Either this field or the ParentGroupIdentifier is required.
ParentStoreIdentifier
(String) The identifier of the store that owns the parent category. Use this field when your site uses the extended sites model, where the store that owns the parent category is different from the store that owns the catalog entry.
ParentStoreUniqueId
(Integer) The unique reference number of the store that owns the parent category.
Sequence
(Decimal) An optional number that is used to control the order in which the catalog entry appears in the parent category.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.