Reference > Data load utility CSV column definitions
Catalog entry parent catalog group relationship
Use the CatalogEntryParentCatalogGroupRelationship keyword to load the parent/child relationships between categories and catalog entries into the database using a CSV file. The CSV file contains column definitions specifying the characteristics of the catalog business object type.
CSV file column definitions
- PartNumber
- (String) The part number of the catalog entry. Either this field or the CatalogEntryUniqueId is required.
- 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 using 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 used to control the order in which the catalog entry appears in the parent category.
- Delete
- (String) Indicates whether to delete. If you are performing a delete operation, specify this column. A value of "1" indicates that the row should be deleted.