The modifiableRefundsMethodList actor-chain retrieves the sorted list of all credit and payment methods to which a refund can be applied, and the default values for the item to be returned. This does not display any extra store credit that might be displayed due to an exchange. Note that this call should be run after running the selectItems actor-chain.

Parameters: None

Refund Methods Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json"
"http://localhost:8181/rest/model/atg/commerce/custsvc/returns/CSRReturnsActor/
modifiableRefundsMethodList"

The server response may be similar to the following:

{
  "modifiableRefundMethodList": [{
    "refundType": "creditCard",
    "amount": 51.31
 }]
}

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