The addShippingAddressToOrder Web service adds a new shipping address to the order.

Servlet Name

addShippingAddressToOrder

Input Parameters

orderId – The ID of the order.
address
– The address to be added to the order.

Output

The ID of the newly created shipping group.

Web Service Class

atg.commerce.order.OrderServices

Nucleus Component

/atg/commerce/order/orderServices

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/order/addShippingAddressToOrder?WSDL

Endpoint URL

http://hostname:port/commerce/order/addShippingAddressToOrder/addShippingAddressToOrder

Method

addShippingAddressToOrder(String orderId, ContactInfo address)

Security FunctionalName

orderManagement


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices