The catalogItemViewed Web service indicates that a particular item was viewed by the current user. A new ViewItemMessage will be created and sent.

Servlet name

catalogItemViewed

Input Parameters

profileId – (Optional) The ID of the user who viewed the item. If null, current user is assumed.
itemId - The ID of the item.
itemType - The type of the item viewed (for example: category or product).

Output

none

Web Service Class

atg.commerce.catalog.CatalogServices

Nucleus Component

/atg/commerce/catalog/CatalogServices

Method

catalogItemViewed(String pProfileId, String pItemId, String pItemType)

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/catalog/catalogItemViewed?WSDL

Endpoint URL

http://hostname:port/commerce/catalog/catalogItemViewed/catalogItemViewed

Security FunctionalName

catalog

 
loading table of contents...