Jonathon, > Is there a service for retrieving all the child categories belonging > to a parent category?
I'm not sure if a service exists. You may find a recursive algorithm in getCategoryContentWrappers that may be be adapted for that use Jacques Subject: Services for Product Category hierarchies > Is there a service for retrieving all the child categories belonging to a > parent category? Is the > related entity ProductCategoryRollup? This entity seems to allow a child > category to have more > than 1 parent category. > > What about field ProductCategory.primaryParentCategoryId? > > I see services "createProductCategory" (and update) used to create the > necessary > ProductCategoryRollup record, but not anymore. Same for service > "updateProduct". > > Do I use the CategoryWorker.java? > > Jonathon
