Setting up the Item Catalog Category programmatically
Hello,
There's a task to create an item catalog category (or catalog group) and an attribute group object. Then the attribute group must be included into item catalog category's list of attribute groups.
Both required objects are successfully created, and available on the system (PIM). it's possible to associate them by hand, following steps in Setup Workbench.
The following API was used: ego_item_catalog_pub to create the item catalog category and ego_ext_fwk_pub to create the attribute group.
Though I can't find the API to add the attribute group to my item catalog category. Is there any docs, or probably someone has experience?
There's a task to create an item catalog category (or catalog group) and an attribute group object. Then the attribute group must be included into item catalog category's list of attribute groups.
Both required objects are successfully created, and available on the system (PIM). it's possible to associate them by hand, following steps in Setup Workbench.
The following API was used: ego_item_catalog_pub to create the item catalog category and ego_ext_fwk_pub to create the attribute group.
Though I can't find the API to add the attribute group to my item catalog category. Is there any docs, or probably someone has experience?
0