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

viewOrderId

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"

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