CatalogEntryParentProductRelationship

Use the CatalogEntryParentProductRelationship keyword to load product and SKU relationships between catalog entries into your WebSphere 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 child 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.
ParentPartNumber
(String) The part number of the parent product. Either this field or the ParentCatalogEntryUniqueId is required.
ParentCatalogEntryUniqueId
(Integer) The internal unique reference number of the parent product. Either this field or the ParentPartNumber is required.
Sequence
(Decimal) An optional number that is used to control the order in which the child catalog entry (SKU) appears in the parent product.
ParentToChildCatEntryRelField1
(String) A user-defined field available for customization of the parent to child catalog entry relationship.
ParentToChildCatEntryRelField2
(Integer) A user-defined field available for customization of the parent to child catalog entry relationship.
ParentToChildCatEntryRelField3
(Decimal) A user-defined field available for customization of the parent to child catalog entry relationship.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.