The CommitOrderActor saves or persists an order. It is located in: /atg/commerce/custsvc/.
order/CommitOrderActor
The CommitOrderActor has the persistOrder actor-chain that saves the order
Parameters: None:
Save or Persist Order Example
curl -x 127.0.0.1:8888 -L -v -b agent_cookies.txt -H "Content-Type: application/json" "http://localhost:8280/rest/model/atg/commerce/custsvc/ order/CommitOrderActor/persistOrder"

