The SpecifyDefaultShippingGroup actor-chain identifies the default shipping group for the current order.
Parameter  | Description  | 
|---|---|
  | Identifies the default shipping group name.  | 
Specify Default Shipping Group Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
\"defaultShippingGroupName\" : \"Address\"}" "http://localhost:8280/rest/model/
atg/commerce/order/purchase/ShippingGroupActor/specifyDefaultShippingGroup"
