The ApplyShippingMethods actor-chain applies shipping methods to shipping groups and then continues onto the billing process.

Parameter

Description

shippingGroupscount

Identifies the array size of the shipping groups.

shippingGroups.shippingMethod

Identifies the shipping methods for each shipping group.

Apply Shipping Method Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
\"shippingGroupscount\" : \"1\", \"shippingGroups\" : {\"atg-rest-class-type\":
\"java.util.ArrayList\", \"atg-rest-values\": [{"atg-rest-class-type":
"atg.commerce.order.purchase.CommerceItemShippingInfo", \"shippingMethod\" :
\"Ground\"}]}}" "http://localhost:8280/rest/model/atg/commerce/custsvc/order/
ShippingGroupActor/applyShippingMethods"

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