The moveToPurchaseInfoByCommerceId actor-chain starts the checkout process. The current order’s commerce items and quantities must be passed in to initiate the checkout process.

Parameter

Description

commerceItem

The order’s commerce item.

quantity

The quantity of the item.

Continue the Checkout Process Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json" –d
"{\"ci4000006\" : \"2\"}" "http://localhost:8280/rest/model/atg/commerce/order/
purchase/CartModifierActor/moveToPurchaseInfoByCommerceId"

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