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 |
|---|---|
| The order’s commerce item. |
| 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"
