The removeItemFromGiftlist actor-chain allows an agent to remove an item from a customer’s gift list.

Parameter

Description

giftlistId

The ID of the gift list from which the items will be removed.

giftitemId

The ID of the item to remove from the gift list.

Remove Item from Customer’s Gift List Example
curl -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
"giftlistId": "gl380011", "giftItemId" : "gi30002"}" "http://localhost:8180/
rest/model/atg/commerce/custsvc/gifts/CSRGiftlistActor/removeItemFromGiftlist"

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices