The ModifyOrderActor allows an agent to make a modification to a submitted order. The path to this actor is: /atg/commerce/custsvc/environment/ModifyOrderActor.

This actor contains the modifySubmittedOrder actor-chain.

Parameter

Description

orderID

The ID of the order to be modified.

Modify a Submitted Order Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d
"{ \"orderID\" : \"o250005\"}" "http://localhost:8180/rest/model/atg/commerce/
custsvc/environment/ModifyOrderActor/modifySubmittedOrder"

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