The OrderNoteActor is used to add a note to a customer’s current order. The path to this actor is: /atg/commerce/custsvc/order/.

This actor contains the addOrderNote actor-chain.

Parameter

Description

comment

The text of the note to add to the order.

Add Note to Current Order Example
curl -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
\"comment\":\"Customer would like this in pink if it becomes available\" }"
"http://localhost:8180/rest/model/atg/commerce/custsvc/order/OrderNoteActor/
addOrderNote"

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