Reference > Data load utility CSV column definitions
Catalog group relationship
Use the CatalogGroupRelationship keyword to load the parent and child category relationships 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
- GroupIdentifier
- (String) The category identifier. Either this field or the GroupUniqueId is required.
- GroupUniqueId
- (Integer) The internal unique reference number of the category. Either this field or the GroupIdentifier is required.
- ParentGroupIdentifier
- (String) The parent identifier of this category. Leave empty for top-level category.
- ParentGroupUniqueId
- (Integer) The internal unique reference number of the parent category.
- ParentStoreIdentifier
- (String) The identifier of the store that owns the parent category. Use this field when using the extended sites model, where the parent store is different from the store the new category is being added to.
- ParentStoreUniqueId
- (Integer) The internal unique reference number of the store that owns the parent category.
- Sequence
- (Decimal) An optional number used to control the order in which child categories are displayed in a 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.