TopCatalogGroupAdd URL
This URL adds a relationship between a catalog and a catalog group.
URL structure
- http:// host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path.
Parameter values
- catalogId
- (Required) The reference number of the catalog.
- catgroupId
- (Required) The reference number of the catalog group.
- URL
- The URL to be called when the command completes successfully.
Example
The following example creates a top catalog group relationship between catalog 6000 and catalog group 10025:
http://host_name/webapp/wcs/stores/servlet/TopCatalogGroupAdd? catalogId=6000&catgroupId=10025&URL=LogonForm
Behavior
- This URL creates a relationship between the catalog and a catalog group in the CATTOGRP table.
Exception conditions
None.
Related concepts
Catalog subsystemRelated reference
CatalogGroupAdd URL
CatalogGroupDelete URL
CatalogGroupMove URL
CatalogGroupUpdate URL
TopCatalogGroupDelete URL
CatGroupRelAdd URL
CatGroupRelDelete URL
Catalog subsystem URLs