The OrderConfirmationActor is referenced by the CommitOrderActor to display confirmation of a successfully committed order. The path to this actor is/atg/commerce/order/purchase/
.

This actor contains the orderConfirmation actor-chain.

Parameters: None

Confirm Order Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json"
"http://localhost:8280/rest/model/atg/commerce/order/purchase/
OrderConfirmationActor/orderConfirmation"

The server response may be similar to the following:

{orderId: "0132", email: jsmith@example.com}

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