Wallet: Wallet Noun

The Wallet noun is used to model a digital wallet.
A digital wallet is analogous to a physical wallet in that it is used to store, access, manage and organize a shopper's belongings, for example digital coupons.

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
ProcessWallet Add /Wallet[1] Creates a digital wallet. Request 1
Response 1

Request 2
Response 2

WalletFacadeClient.processWallet(ProcessWalletType)
Delete /Wallet[1] Deletes a digital wallet. Request
Response

WalletFacadeClient.processWallet(ProcessWalletType)
Migrate /Wallet[1] Migrates a digital wallet to a new user. Request
Response

WalletFacadeClient.processWallet(ProcessWalletType)
GetWallet IBM_Store_Details /Wallet[WalletIdentifier[(UniqueID=)]] Locates a digital wallet by its unique ID. Request
Response

findWalletByWalletId
IBM_Store_Details /Wallet[WalletIdentifier/ExternalIdentifier[Name=]] Locates a digital wallet by its name. Request
Response

findWalletByName
IBM_Store_Details /Wallet[WalletIdentifier/ExternalIdentifier[@ownerID= and Name= and StoreIdentifier[UniqueID=]]] Locates a digital wallet by its owner ID, name and store ID. Request
Response

findWalletByStoreIdMemberIdAndName

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
  • /Wallet/WalletIdentifier
This access profile returns the detailed information of a digital wallet.

XSD files