GiftRegistryManageAuthentication action

This action grants a gift registrant or co-registrant access to manage a gift registry. If authenticated, the action creates a gift registry context for the user.

Use this action with SSL (Secure Sockets Layer) to ensure that all personal information is encrypted. To do so, type the action with the HTTPS secure protocol.

URL structure

http://host_name/path/

The fully qualified name of your WebSphere Commerce server and the configuration path (for example, wcserver.mydomain.ibm.com is fully qualified).

 

Parameter values

URL

(Required) The URL to be called when the action completes successfully.

storeId

(Required) The store reference number, which is required to help identify to which stores a gift registry belongs.

externalId

(Required) The unique identifier for the gift registry.

password

The password to access the gift registry. The gift registrant defines the password when creating the gift registry. Contrast with the regAccessKey parameter. Note that if the user has already logged onto the WebSphere Commerce system and is the gift registrant for this gift registry, the password is not required.

regAccessKey

A system-generated access key for the gift registrant or co-registrant to access the gift registry. Contrast with the password parameter.

errorViewName

Overrides the error view when an error occurs.

 

Example

The following example authenticates the gift registrant for gift registry 888, at store 1001, to manage the gift registry. The gift registrant has defined a password, which is required to access the gift registry.

https://myhostname/webapp/wcs/stores/servlet/GiftRegistryManageAuthentication?
URL=/webapp/wcs/stores/servlet/&storeId=1001
&externalId=888&password=pass456word

 

Behavior

 

Exception conditions