InterestItemListMessage URL
The InterestItemListMessage URL is used to send an e-mail message that contains a customer's wish list.
URL structure
- http://host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path.
Parameter values
- URL
- (Required) The URL to be called when the command completes successfully.
- sender
- (Optional) The content of the From line in the e-mail message. If the sender is not specified, the default sender specified in the message type configuration is used.
- recipient
- (Optional) The content of the To line in the e-mail message. If the recipient is not specified, the default recipient specified in the message type configuration is used.
- langId
- (Optional) Sets or resets the preferred language for the duration of the session; the supported languages for a store are found in the
STORELANG table.
Example
http://localhost/webapp/wcs/stores/servlet/InterestItemListMessage?URL=/&sender=abc@xyz.edu&recipient=def@uvw.com
This URL sends an e-mail message that contains a customer's wish list. The message is of type InterestItemListMessage. The view name for the message is InterestItemListMessageView. The default JSP page associated with this view is Messages/InterestItemListNotify.jsp, which constructs the content of the e-mail message.
Related reference(C) Copyright IBM Corporation 1996, 2006. All Rights Reserved.