The ClosenessQualifierActor enables an agent to view how close a customer is to qualifying for a promotion. This actor is located at /atg/commerce/custsvc/promotion/
ClosenessQualifierActor
, and contains the getClosenessQualifiers actor-chain.

Parameters: None

Obtain Closeness Qualifiers Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json"
"http://localhost:8080/rest/model/atg/commerce/custsvc/promotion/
ClosenessQualifierActor/getClosenessQualifiers"

The response may be similar to the following:

{"closenessQualifiers":[
  {"id":"se-200005",
  "name":"Save $10 on all orders over $100"}
]}

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