The SaveOrderActor saves an order. It is located in: /atg/commerce/order/purchase/.
SaveOrderActor
This actor has the saveOrder actor-chain:
Parameter | Description |
|---|---|
| A description of why the order was saved. |
Save Order Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json" –d
"{"description":\"Save This Order\"}" "http://localhost:8280/rest/model/atg/
commerce/order/purchase/SaveOrderActor"
