CatalogEntryParentCatalogGroupRelationship
Use the CatalogEntryParentCatalogGroupRelationship keyword to load parent-child relationships between categories and catalog entries into the WebSphere Commerce database.Previously, you could load this data only in CSV formatted files. We 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 we are loading into the database.
CSV column and XML element definitions
- (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.
- (Integer) The internal unique reference number of the catalog entry. Either this field or the PartNumber is required.
- (String) The identifier of the parent category. Either this field or the ParentGroupUniqueId is required.
- (Integer) The unique reference number of the parent category. Either this field or the ParentGroupIdentifier is required.
- (String) The identifier of the store that owns the parent category. Use this field when the site uses the extended sites model, where the store that owns the parent category is different from the store that owns the catalog entry.
- (Integer) The unique reference number of the store that owns the parent category.
- (Decimal) An optional number used to control the order in which the catalog entry appears in the parent category.
- (String) A flag that indicates whether to delete. Specify 1 to delete the row.