InterestItemDisplay command

This site level command displays all the catalog entries and items in the specified interest item list or lists.

Use this command with SSL (Secure Sockets Layer) to ensure that the customer's logon password and personal information are encrypted. To do so type the command with the HTTPS secure protocol.

Command structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, InterestItemDisplay  and the ? character. End the command 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

langId
Sets or resets the preferred language for the duration of the session. The supported languages for a store are found in the STORELANG table.
forUser
The logon ID of the user on whose behalf the command will be run. Only a person with the authority to process orders can specify this parameter.
forUserId
Same logon ID as forUser, but identifies the user by the internal user ID, as found in the USERS table.
storeId
The store reference number under which this command is run. If the value for this parameter is carried from the previous command, storeId is not required, otherwise, specify storeId.
listMemberId
The reference number of the member whose interest item list is being displayed.
listId
Specifies the interest item list from which catalog entries should be displayed; abbreviations may be used
  • If this parameter is missing, the command behaves as if "." were specified.
  • If "." is specified, the GetCurrentIIListsCmd task command is invoked to obtain the customer's current interest item list, and the command behaves as if the current interest item list had been specified. If the GetCurrentIIListsCmd task command determines that there is no current interest item list, the most recently updated list is used.
  • If "*" is specified, the command behaves as if all the customer's interest item lists were specified.
This parameter can be repeated.
listIdName
Specifies the names of name-value pairs to be accessible by the view command that invokes a JSP file to generate the output for this command. The values of the added name-value pairs are the reference numbers of the lists that are being displayed. This is provided to make it possible to obtain the reference numbers of the interest item when listId is specified as "." or "*". This parameter can be repeated.

Example

This example displays a list of all the products and items in the customer's order:

https://host_name/webapp/wcs/stores/servlet/InterestItemDisplay

Behavior

Exception conditions