The CommitOrderActor is used to commit the order. The path to this actor is: /atg/commerce/custsvc/order/CommitOrderActor.
This actor contains the commitOrder actor-chain.
Parameters: None
Commit Customer’s Order Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" "http://localhost:8280/rest/model/atg/commerce/custsvc/order/CommitOrderActor/ commitOrder"

