RetrieveShopperProfileCmd URL

Professional Edition onlyBusiness Edition only This URL retrieves and displays a customer's profile.

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, RetrieveShopperProfileCmd  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

storeId
(Required) The store ID of the store where the customer is shopping is retrieved.
userId
(Required) The user ID of the user whose profile is retrieved.

Example

The following example displays the customer segment for a customer with the user ID of 55 who is a customer at a store 10001.

http:/myhostname/webapp/wcs/tools/servlet/RetrieveShopperProfileCmd?
storeId=10001&userId=55 

Behavior

Retrieves and displays a customer's store profile.

Exception conditions

None.

Feedback