The updateHardgoodShippingGroupActor is used to edit shipping groups. The path to this actor is: /atg/commerce/order/purchase/UpdateHardgoodShippingGroupActor.
This actor contains the updateHardgoodShippingGroup actor-chain:
Parameter  | Description  | 
|---|---|
  | The nickname associated with the shipping group to update.  | 
  | The first name of the customer associated with this shipping group.  | 
  | The middle name or initial of the customer associated with this shipping group.  | 
  | The last name of the customer associated with this shipping group.  | 
  | The first address field of the address associated with this shipping group.  | 
  | The second address field of the address associated with this shipping group.  | 
  | The city of the address associated with this shipping group.  | 
  | The state of the address associated with this shipping group.  | 
  | The country of the address associated with this shipping group.  | 
  | The postal code of the address associated with this shipping group.  | 
  | The phone number of the customer associated with this shipping group.  | 
Edit Shipping Group Example
curl -L -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
\"nickname\": \"Address\",\"firstName\": \"John\",\"lastName\":
\"Doe\",\"address1\": \" 2 Main St.\",\"city\": \"Wilmington\",\"state\":
\"MA\",\"country\": \"USA\",\"postalCode\": \"01872\" }"
"http://localhost:8280/rest/model/atg/commerce/order/purchase/
UpdateHardgoodShippingGroupActor/updateHardgoodShippingGroup"
