The CancelOrderActor is used to cancel or delete the current order. This actor is located in: /atg/commerce/custsvc/order/CancelOrderActor.

This actor contains the cancelCurrentOrder actor-chain:

Parameter

Description

orderIdToCancel

The ID of the order to cancel.

Cancel Current Order Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
\"orderIdToCancel\": \"o640001\" }" "http://localhost:8280/rest/model/atg/
commerce/custsvc/order/CancelOrderActor/cancelOrder"

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