Support-Portal » CATALOG_GROUP_SYSTEM (en)

The purpose of catalog group systems is to structure articles hierarchically. The catalogue group system contains the following elements:

  • CATALOG_GROUP_SYSTEM
    • GROUP_SYSTEM_ID
    • GROUP_SYSTEM_NAME
    • CATALOG_STRUCTURE
    • GROUP_SYSTEM_DESCRIPTION

Requirements:

→ There is no output of the catalogue group system within the API.
→ Catalogue group system can be constructed from the elements CATALOG_STRUCTURE
→ The product groups can be chosen freely
→ The item number is allocated to the respective product group via ARTICLE_TO_CATALOGGROUP_MAP
→ An item can be allocated to several product groups
→ If no CATALOG_GROUP_SYSTEM is defined in the catalogue, problems concerning the availability of the items and the search can occur

Extract from BMEcat:

<CATALOG_GROUP_SYSTEM>

<GROUP_SYSTEM_ID>2017/01</GROUP_SYSTEM_ID>
<GROUP_SYSTEM_NAME>office range</GROUP_SYSTEM_NAME>

<CATALOG_STRUCTURE type=“root„>
<GROUP_ID>1</GROUP_ID>
<GROUP_NAME>catalogue</GROUP_NAME>
<PARENT_ID>0</PARENT_ID>
</CATALOG_STRUCTURE>

<CATALOG_STRUCTURE type=“node„>
<GROUP_ID>10</GROUP_ID>
<GROUP_NAME>main category 1</GROUP_NAME>
<PARENT_ID>1</PARENT_ID>
</CATALOG_STRUCTURE>

<CATALOG_STRUCTURE type=“leaf„>
<GROUP_ID>101</GROUP_ID>
<GROUP_NAME>subcategory 1-1</GROUP_NAME>
<PARENT_ID>10</PARENT_ID>
</CATALOG_STRUCTURE>

<CATALOG_STRUCTURE type=“leaf„>
<GROUP_ID>102</GROUP_ID>
<GROUP_NAME>subcategory 1-2</GROUP_NAME>
<PARENT_ID>10</PARENT_ID>
</CATALOG_STRUCTURE>

</CATALOG_GROUP_SYSTEM>


⇦ back to overview of BMEcat elements