IUCJsonHierarchyGet Method |
Gets Hierarchy setup for a Store with all Leaves and Nodes
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxList<Hierarchy> HierarchyGet(
string storeId
)
Parameters
- storeId String
Return Value
ListHierarchy
Remarks
LS Central WS2: GetHierarchy, GetHierarchyNode
It is recommended for large hierarchies to use the hierarchy replication functions.
It will give option on getting only changes, instead of always have to get the whole hierarchy like this function does.
See Also