Reference > Shop flow URLs > Messaging system URLs


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 the WebSphere Commerce Server and the configuration path.

Diagram of the URL structure: The URL starts with the fully qualified name of the 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 <a href=name-value pair with the & character. For a detailed description of the parameters and their values, see 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.

For customization, to change the Wish List e-mail subject, for example, edit the PROFNVSTRG.PROFILEATTVALUE to the new subject value.


Related concepts

Outbound messaging system


Related tasks

Create an outbound message

Related reference

BatchOrderRequest URL

BroadcastMessage URL

DeleteMsgFromStorage URL

MsgStoreIncrementRetries URL

SendTransactedMsg URL

PunchOutCatalogDisplay URL

PunchOutSetup URL

Outbound messages


+

Search Tips   |   Advanced Search