[ECOMCATSYN-3] Document method to manually update / sync categories Created: 09/Jan/24  Updated: 09/Jan/24

Status: Open
Project: Ecommerce Catalogsync
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Neutral
Reporter: Raymond Tran Assignee: Raphael Falvo
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty

 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.


Generated at Mon Feb 12 01:46:05 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.