Component: /atg/commerce/catalog/custom/CatalogVerificationService
The CatalogVerificationService verifies relationships between catalog items. It validates the following property values for each catalog item type:
| Item Type | Property Names | 
|---|---|
| Catalogs | 
 | 
| Categories | 
 | 
| Products | 
 | 
| SKUs | 
 | 
Note: This service is disabled by default for performance reasons. Consider running this service periodically if any of the following apply:
- You define cross-sells on each product and want to be sure that your cross-sells don’t cross catalogs 
- You use breadcrumbs and want to be sure that the defined parent categories on products and categories make sense for your catalog structure 
- You want to make sure the incrementally-maintained catalog properties ( - ancestorCategories,- allRootCategories,- directAncestorCatalogsAndSelf,- indirectAncestorCatalogs) have not gotten out of sync
Available Functions
CVS_VERIFYCATALOGS: verifies catalog item properties
CVS_VERIFYCATEGORIES: verifies category item properties
CVS_VERIFYPRODUCTS: verifies product item properties
CVS_VERIFYSKUS: verifies SKU item properties

