Click or drag to resize

IUCJsonHierarchyGet Method

Gets Hierarchy setup for a Store with all Leaves and Nodes

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<Hierarchy> HierarchyGet(
	string storeId
)

Parameters

storeId
Type: SystemString

Return Value

Type: 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