Catalog Maintenance Service Pre Requisites
There are mainly two activities to achieve this goal
Firstly you need to remove all the bad data from your custom catalog. For this you can create a custom class,add a service method and make use of the manage Commerce assets workflow.
These are the prerequisites
Each category shall belong to one catalog,unassigned categories to catalog will not be allowed,there should not be any open project in pending verification state of Staging/Production target.There should not be any Active Projects in BCC,the status of all the projects should be complete.All the orphan categories should be deleted.
The service method will now create a project(CMS Project),This is
Firstly you need to remove all the bad data from your custom catalog. For this you can create a custom class,add a service method and make use of the manage Commerce assets workflow.
These are the prerequisites
Each category shall belong to one catalog,unassigned categories to catalog will not be allowed,there should not be any open project in pending verification state of Staging/Production target.There should not be any Active Projects in BCC,the status of all the projects should be complete.All the orphan categories should be deleted.
The service method will now create a project(CMS Project),This is
to link all the below properties correctly.
Please find the properties here ->
Product,product.ancestorCategories,
product.parentCategoriesForCatalog,
Please find the properties here ->
Product,product.ancestorCategories,
product.parentCategoriesForCatalog,
product.computedCatalogs,Category,Category.ancestorCategories,
Category.parentCatalog,Category.computedCatalogs
sku,sku.computedCatalogs
Also see How to customise out of the box CMS
sku,sku.computedCatalogs
Also see How to customise out of the box CMS
Comments
Post a Comment