GiftRegistryDelete action

This action marks a gift registry as expired and therefore is no longer searchable from the system by the gift registrant or any gift givers.

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 is successfully completed.

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.

errorViewName

Overrides the error view when an error occurs.

 

Example

The following example marks gift registry 888 as expired from the system at store 1001.

http://myhostname/webapp/wcs/stores/servlet/GiftRegistryDelete?URL=/webapp/wcs
/stores/servlet/&storeId=1001&externalId=888

 

Behavior

 

Exception conditions