Details
-
Improvement
-
Resolution: Unresolved
-
Neutral
-
None
-
-
Empty show more show less
Description
There does not appear to be any documentation on how to manually perform a sync.
After creating/deleting categories in the external ecommerce catalog, the categories are not updated in Magnolia automatically.
I had to write a groovy script to trigger the sync command to update categories:
map = new java.util.LinkedHashMap<String, String>()
cm = info.magnolia.commands.CommandsManager.getInstance()
cm.executeCommand('pxm','syncCategories',map)
We would benefit from updated documentation or a button to perform the sync operation.
Checklists
Acceptance criteria