The removeItemFromGiftlist actor-chain removes an item from a gift list.

Parameter

Description

giftlistId

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

removeGiftitemIds

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

Remove Item from Gift List Example
curl -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
"giftlistId": "gl20002", "removeGiftitemIds": "gi10001" }"
"http://localhost:8280/rest/model/atg/commerce/gifts/GiftlistActor/
removeItemFromGiftlist"

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