Store: GeoNode Noun

A GeoNode noun is used to model a geographical location.
It represents a country, state or province, or city. The geo nodes are organized in a hierarchy, where the leaf geo nodes are related to zero or more stores.

BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder
GetGeoNode IBM_Store_All /GeoNode[@topGeoNode='true'] Gets the top level geo nodes at site level.
Returns the top level geo nodes at site level.
Request
Response

StoreFacadeClient.getTopGeoNodes(java.lang.String) / findTopGeoNodes
IBM_Store_All /GeoNode[@topGeoNode='true' and StoreIdentifier[UniqueID=$storeId$]] Gets the top level geo nodes at web store level.
Returns the top level geo nodes at web store level.
Request
Response

findStoreTopGeoNodes
IBM_Store_All /GeoNode[GeoNodeIdentifier[UniqueID=$uniqueId$]] Gets the geo node by unique ID.
Returns the geo node.
Request
Response

findGeoNodeByUniqueID
IBM_Store_All /GeoNode[ParentGeoNodeIdentifier[UniqueID=$parentUniqueId$]] Gets the child geo nodes of a parent geo node.
Returns the child geo nodes of a specified geo node.
Request
Response

StoreFacadeClient.getChildGeoNodesByGeoNodeUniqueID(java.lang.String, java.lang.String) / findChildGeoNodesByGeoNodeUniqueID
IBM_Store_All /GeoNode[ParentGeoNodeIdentifier[ExternalIdentifier=$parentExtIdentifier$]] Gets the child geo nodes of a parent geo node at site level.
Returns the child geo nodes of a specified geo node at site level.
Request
Response

findChildGeoNodesByGeoNodeExternalIdentifier
IBM_Store_All /GeoNode[ParentGeoNodeIdentifier[ExternalIdentifier=$parentExtIdentifier$] and StoreIdentifier[UniqueID=$storeId$]] Gets the child geo nodes of a parent geo node at web store level.
Returns the child geo nodes of a specified geo node at web store level.
Request
Response

findStoreChildGeoNodesByGeoNodeExternalIdentifier
IBM_Store_All /GeoNode[@type=$type$ and search(contains(Description/Name,$Name$))] Gets the geo nodes by type and name at site level.
Returns the geo nodes of a specified type and name at site level.
Request
Response

StoreFacadeClient.getGeoNodesByGeoNodeTypeAndName(java.lang.String, java.lang.String, java.lang.String) / findGeoNodesByGeoNodeTypeAndName
IBM_Store_All /GeoNode[@type=$type$ and StoreIdentifier[UniqueID=$storeId$] and search(contains(Description/Name,$Name$))] Gets the geo nodes by type and name at store level.
Returns the geo nodes of a specified type and name at store level.
Request
Response

findStoreGeoNodesByGeoNodeTypeAndName

Access Profile

Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.

Access Profile Data Returned
IBM_Store_All
  • /GeoNode/GeoNodeIdentifier
  • /GeoNode/StoreIdentifier
  • /GeoNode/Description
  • /GeoNode/ParentGeoNodeIdentifier
This access profile returns all information related to a geo node.

XSD files