The ViewOrderActor is used to find orders by ID. This actor also changes the currently viewed order. The path to this actor is: atg/commerce/custsvc/order/ViewOrderActor.
This actor contains the changeViewOrder actor-chain:
Parameter  | Description  | 
|---|---|
  | Identifies the order ID to use when finding the order.  | 
Find Order By Order ID Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
"viewOrderId" : "o99520001" }" "http://localhost:8280/rest/model/atg/commerce/
custsvc/order/ViewOrderActor/changeViewOrder"
