Reference > WebSphere Commerce Web services
Noun WalletItem
The WalletItem noun is used to model an item in a digital wallet.
It has a Type element to identify the type of item it is, and a Data element to hold type-specific data.
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 ProcessWalletItem Add /WalletItem[1] Creates a wallet item. Request
ResponseWalletFacadeClient.processWalletItem(ProcessWalletItemType) Delete /WalletItem[1] Deletes a wallet item. Request
ResponseWalletFacadeClient.deleteWalletItem(Map) GetWalletItem IBM_Store_Details /WalletItem[WalletItemIdentifier[(UniqueID=)]] Locates a wallet item by its unique ID. Request
ResponsefindWalletItemByWalletItemId IBM_Store_Details /WalletItem[WalletItemIdentifier/ExternalIdentifier[Name= and WalletIdentifier[UniqueID=]]] Locates a wallet item by its name and the unique ID of the digital wallet. Request
ResponsefindWalletItemByWalletIdAndName IBM_Store_Details /WalletItem[WalletItemIdentifier/ExternalIdentifier/WalletIdentifier[UniqueID=]] Locates wallet items by the unique ID of the digital wallet. Request
ResponsefindWalletItemsByWalletId IBM_Store_Details /WalletItem[Type= and WalletItemIdentifier/ExternalIdentifier/WalletIdentifier[UniqueID=]] Locates wallet items of a particular type by the unique ID of the digital wallet. Request
ResponsefindWalletItemsByWalletIdAndType IBM_Store_Details /WalletItem[Data[Status=] and Type='Coupon' and WalletItemIdentifier/ExternalIdentifier/WalletIdentifier[UniqueID=]] Locates digital coupons (wallet items of type 'Coupon') of a particular status by the unique ID of the digital wallet. Request
ResponsefindCouponsByWalletIdAndStatus IBM_Store_Details /WalletItem[Data/OrderIdentifier[UniqueID=] and Type='Coupon' and WalletItemIdentifier/ExternalIdentifier/WalletIdentifier[UniqueID=]] Locates digital coupons (wallet items of type 'Coupon') applied to an order by the unique ID of the digital wallet and the unique ID of the order. Request
ResponsefindCouponsByWalletIdAndOrderId
Access Profile
Access Profile Data Returned Description Sample XML Message IBM_Store_Details
- /WalletItem/WalletItemIdentifier
- /WalletItem/Data
This access profile returns the detailed information of a wallet item.
XSD files
Topic URL: _vcc_freeselect_bottom_