Store: PhysicalStore Noun

A PhysicalStore noun is used to model a store location.
It contains store information, location information, and location attributes. The store information includes the store name, description, and information describing the store. The location information includes identifyable information related to a store, such as its geo code, and the geo node of the store.

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
PhysicalStore IBM_Store_Details /PhysicalStore[PhysicalStoreIdentifier[(UniqueID=$uniqueId$)]] Gets stores by its unique store ID.
Returns stores.
Request
Response

StoreFacadeClient.getPhysicalStoresByUniqueIDs(java.lang.String, java.lang.String[]) / findPhysicalStoresByUniqueIDs
IBM_Store_Details /PhysicalStore[PhysicalStoreIdentifier[(ExternalIdentifier=$externalIdentifier$)]] Gets site level stores by its store identifier.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresByExternalIdentifiers(java.lang.String, java.lang.String[]) / findPhysicalStoresByExternalIdentifiers
IBM_Store_Details /PhysicalStore[PhysicalStoreIdentifier[(ExternalIdentifier=$externalIdentifier$)] and StoreIdentifier[UniqueID=$storeId$]] Gets web store level stores by its store identifier.
Returns web store level stores.
Request
Response

findStorePhysicalStoresByExternalIdentifiers
IBM_Store_Details /PhysicalStore[PhysicalStoreIdentifier[(ExternalIdentifier=$externalIdentifier$) or (UniqueID=$uniqueId$)]] Gets site level stores by its unique store ID and store identifier.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresByExternalIdentifiersUniqueIds(java.lang.String, java.lang.String[], java.lang.String[]) / findPhysicalStoresByExternalIdentifiersUniqueIDs
IBM_Store_Details /PhysicalStore[PhysicalStoreIdentifier[(ExternalIdentifier=$externalIdentifier$) or (UniqueID=$uniqueId$)] and StoreIdentifier[UniqueID=$storeId$]] Gets web store level stores by its unique store ID and store identifier.
Returns web store level stores.
Request
Response

findStorePhysicalStoresByExternalIdentifiersUniqueIDs
IBM_Store_Details /PhysicalStore[LocationInfo[GeoNodeIdentifier[UniqueID=$uniqueId$]]] Gets stores by its unique geo node ID.
Returns stores.
Request
Response

StoreFacadeClient.getPhysicalStoresByGeoNodeUniqueID(java.lang.String, java.lang.String) / findPhysicalStoresByGeoNodeUniqueID
IBM_Store_Details /PhysicalStore[LocationInfo[GeoNodeIdentifier[UniqueID=$uniqueId$]] and search()] Gets stores by its unique geo node ID and additional attributes.
Returns stores.
Request
Response

StoreFacadeClient.getPhysicalStoresByGeoNodeUniqueID(java.lang.String, java.lang.String, java.util.Map) / findPhysicalStoresByGeoNodeUniqueIDWithAttributes
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[LocationInfo[GeoCode[Latitude=$latitude$ and Longitude=$longitude$]]] Gets site level stores based on a geo code representing the starting location.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresFromGeoCode(java.lang.String, java.lang.String, java.lang.String, java.util.Map) / findPhysicalStoresFromGeoCode
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[LocationInfo[GeoCode[Latitude=$latitude$ and Longitude=$longitude$]] and StoreIdentifier[UniqueID=$storeId$]] Gets web store level stores based on a geo code representing the starting location.
Returns web store level stores.
Request
Response

findStorePhysicalStoresFromGeoCode
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[LocationInfo[GeoCode[Latitude=$latitude$ and Longitude=$longitude$]] and search()] Gets site level stores based on a geo code representing the starting location and additional attributes.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresFromGeoCode(java.lang.String, java.lang.String, java.lang.String, java.util.Map, java.util.Map) / findPhysicalStoresFromGeoCodeWithAttributes
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[LocationInfo[GeoCode[Latitude=$latitude$ and Longitude=$longitude$]] and StoreIdentifier[UniqueID=$storeId$] and search()] Gets web store level stores based on a geo code representing the starting location and additional attributes.
Returns web store level stores.
Request
Response

findStorePhysicalStoresFromGeoCodeWithAttributes
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[UniqueID=$uniqueId$]] Gets site level stores based on its unique store location ID representing the starting location.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresFromLocationUniqueID(java.lang.String, java.lang.String, java.util.Map) / findPhysicalStoresFromLocationUniqueID
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[UniqueID=$uniqueId$] and StoreIdentifier[UniqueID=$storeId$]] Gets web store level stores based on its unique store location ID representing the starting location.
Returns web store level stores.
Request
Response

findStorePhysicalStoresFromLocationUniqueID
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[ExternalIdentifier=$externalIdentifier$]] Gets site level stores based on its store location identifier representing the starting location.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresFromLocationExternalIdentifier(java.lang.String, java.lang.String, java.util.Map) / findPhysicalStoresFromLocationExternalIdentifier
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[ExternalIdentifier=$externalIdentifier$] and StoreIdentifier[UniqueID=$storeId$]] Gets web store level stores based on its store location identifier representing the starting location.
Returns web store level stores.
Request
Response

findStorePhysicalStoresFromLocationExternalIdentifier
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[UniqueID=$uniqueId$] and search()] Gets site level stores based on its unique store location ID representing the starting location and additional attributes.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresFromLocationUniqueID(java.lang.String, java.lang.String, java.util.Map, java.util.Map) / findPhysicalStoresFromLocationUniqueIDWithAttributes
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[UniqueID=$uniqueId$] and StoreIdentifier[UniqueID=$storeId$] and search()] Gets web store level stores based on its unique store location ID representing the starting location and additional attributes.
Returns web store level stores.
Request
Response

findStorePhysicalStoresFromLocationUniqueIDWithAttributes
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[ExternalIdentifier=$externalIdentifier$] and search()] Gets site level stores based on its store location identifier representing the starting location and additional attributes.
Returns site level stores.
Request
Response

StoreFacadeClient.getPhysicalStoresFromLocationExternalIdentifier(java.lang.String, java.lang.String, java.util.Map, java.util.Map) / findPhysicalStoresFromLocationExternalIdentifierWithAttributes
IBM_Store_Details {_sto.radiusValue=$value$;_sto.radiusUom=$uom$;_sto.maxStores=$maxStores$}/PhysicalStore[PhysicalStoreIdentifier[ExternalIdentifier=$externalIdentifier$] and StoreIdentifier[UniqueID=$storeId$] and search()] Gets web store level stores based on its store location identifier representing the starting location and additional attributes.
Returns web store level stores.
Request
Response

findStorePhysicalStoresFromLocationExternalIdentifierWithAttributes

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_Details
  • /PhysicalStore/PhysicalStoreIdentifier
  • /PhysicalStore/StoreIdentifier
  • /PhysicalStore/Description
  • /PhysicalStore/LocationInfo
  • /PhysicalStore/Attribute
This access profile returns detailed store information.

XSD files