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

nickname

The nickname associated with the shipping group to update.

firstName

The first name of the customer associated with this shipping group.

middleName

The middle name or initial of the customer associated with this shipping group.

lastName

The last name of the customer associated with this shipping group.

address1

The first address field of the address associated with this shipping group.

address2

The second address field of the address associated with this shipping group.

city

The city of the address associated with this shipping group.

state

The state of the address associated with this shipping group.

country

The country of the address associated with this shipping group.

postalCode

The postal code of the address associated with this shipping group.

phoneNumber

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"

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