Key is unique for the NavigationNode and used when listing the content displayed for the node.
Hierarchystring
Hierarchy represents the current navigation path within the NavigationNode structure. Hierarchy is used to get the sub nodes for current node. MaxLength: 4000.
TypeIdinteger(int32)
TypeId defines the content type of the NavigationNode.
Namestring
The display name of the NavigationNode. MaxLength: 50.
TargetPathstring
The target path, if any, for the NavigationNode. This can be a direct link to any page that defines the content for the node. Depending on TypeId. MaxLength: 500.
ManufacturerSeedstring
The manufacturer seed, if any, for the NavigationNode. MaxLength: 255.
CategorySeedstring
The category seed, if any, for the NavigationNode. MaxLength: 255.
FlagIdSeedstring
A comma separated list of flag internal ids, if any, for the NavigationNode. MaxLength: 255.
ImageKeystring or null(guid)
The image key for the first underlying category, if any. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.
Descriptionstring
The description for the first underlying category, if any. MaxLength: max.
ProductCountinteger or null(int32)
A count of existing products under this node. It will have a value if fetched from an operation which calculates the value, null otherwise.