The CSRReturnsActor uses the changePromotions actor-chain to display a list of promotions that change when items are returned or exchanged from a shipped order. This call returns a list of promotion IDs and display names. The path to this actor is: /atg/commerce/custsvc/returns/
CSRReturnsActor
.

Parameters: None

Display Changed Promotions Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json"
"http://localhost:8180/rest/model/atg/commerce/custsvc/catalogs/
CSRReturnsActor/changedPromotions"

The response may be similar to the following:

{\"ChangedPromotions\": { \"id\" : \"promo50012\", \"displayName\" : \"10 off
orders over $100\" }

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