InterestItemDisplay URL

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

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

 

URL structure

http:// host_name/path/

The fully qualified name of your WebSphere Commerce Server and the configuration path.

 

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 URL 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 URL is run. If the value for this parameter is carried from the previous URL, 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 URL behaves as if "." were specified.

  • If "." is specified, the GetCurrentIIListsCmd task URL is invoked to obtain the customer's current interest item list, and the URL behaves as if the current interest item list had been specified. If the GetCurrentIIListsCmd task URL determines that there is no current interest item list, the most recently updated list is used.

  • If "*" is specified, the URL behaves as if all the customer's interest item lists were specified.

This parameter can be repeated.

listIdName

Names of name-value pairs to be accessible by the view URL that invokes a JSP file to generate the output for this URL. 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

Related concepts

Catalog subsystem

Related reference

InterestItemAdd URL
InterestItemDelete URL
InterestItemListCopy URL
InterestItemListDelete URL
SetInterestItemList URL
Catalog subsystem URLs