GiftRegistryItemDelete action

This action removes an item from an existing gift registry. The gift registrant and co-registrant (if applicable) would typically remove items, and need to first be authenticated to change the gift registry.

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.

catEntryId_i

(Required) The unique identifier for a catalog item.

externalId

(Required) The unique identifier for the gift registry.

errorViewName

Overrides the error view when an error occurs.

giftItemId

(Required if the partNumber_i or memberId_i parameter is not specified) A unique identifier for the item to be removed from the gift registry. If the giftItemId_i, catEngryId, and partNumber parameters are specified, the giftItemId_i value takes precedence.

partNumber_i

(Required if the catEntryId parameter is not specified) A unique identifier for the item to be removed from the gift registry. If both the partNumber and catEngryId parameters are specified, the partNumber value takes precedence.

memberId_i

(Required if the partNumber parameter is specified) A unique identifier for, or owner of, the partNumber.

 

Example

The following example removes item 5000 from gift registry 888 at store 1001.

http://myhostname/webapp/wcs/stores/servlet/GiftRegistryItemDelete?URL=/webapp/wcs
/stores/servlet/&storeId=1001&catEntryId_1=5000

 

Behavior

 

Exception conditions