Required Regions / Regional Structure and Required IDs
Scoping Questions
- How many levels does your regional hierarchy require? (up to 10 levels supported)
- What is the top-level region group name? (e.g. "All Regions")
- What are the required Level 2 regions? (e.g. UK, France, Germany)
- Do any regions require sub-regions at Level 3 or below? (e.g. North, South, London)
- What is the default currency for each region?
- What are the required Region IDs? (e.g. UK, FR, DE - used as unique identifiers)
How To Guide
Configuration Examples
Level 2 region - child of "All" (Level 1)
<retail:region
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:groupId>UK</retail:groupId>
<retail:groupTypeId>region</retail:groupTypeId>
<retail:groupHierarchyId>All</retail:groupHierarchyId>
<retail:level>2</retail:level>
<retail:level1GroupId>All</retail:level1GroupId>
<retail:level2GroupId>UK</retail:level2GroupId>
<retail:level3GroupId></retail:level3GroupId>
<retail:name>United Kingdom</retail:name>
<retail:currencyId>GBP</retail:currencyId>
</retail:region>