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.

Diagram of the URL structure: the URL starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the URL name, InterestItemListMessage  and the ? character. End the URL with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

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

Behavior

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

Feedback