The ApplyMultipleShippingGroups actor-chain identifies one or more shipping groups for the current order. Note that shippingGroupNames must be configured in the Commerce Item Shipping Info(CISI) list. Refer to the Core Commerce Programming Guide for further information.

Parameter

Description

cisicount

Identifies the array size of the cisiList.

cisiList.shippingGroupName

The name of the shipping group in the Commerce Item Shipping Info (CISI) list.

cisiList.shippingMethod

The name of the shipping method in the Commerce Item Shipping Info (CISI) list.

Specify Multiple Shipping Groups Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" -d "{
\"cisicount\" : \"2\", \"cisiList\" :{ \"atg-rest-class-type\":
\"java.util.ArrayList\", \"atg-rest-values\": [{ "atg-rest-class-type":
\"atg.commerce.order.purchase.CommerceItemShippingInfo\", \"shippingGroupName\" :
\"Address\"}, { \"atg-rest-class-type\":
\"atg.commerce.order.purchase.CommerceItemShippingInfo\",\"shippingGroupName\" :
\"Address##0\"}]}}" "http://localhost:8280/rest/model/atg/commerce/
custsvc/order/ShippingGroupActor/applyMultipleShippingGroups"

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