The moveItemBetweenShippingGroups Web service moves the given quantity of the commerce item from one shipping group into another within an order.

Servlet Name

moveItemBetweenShippingGroups

Input Parameters

orderId - The ID of the order.
commerceItemId - The ID of the item to be moved between shipping groups.
quantity – the number of items to be moved.
sourceShippingGroupId
- The ID of the shipping group from which the item will be moved.
targetShippingGroupId
- The ID of the shipping group to which the item will be moved.

Output

none

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/moveItemBetweenShippingGroups?WSDL

Endpoint URL

http://hostname:port/commerce/order/moveItemBetweenShippingGroups/moveItemBetweenShippingGroups

Method

moveItemBetwaeenShippingGroups(String orderId, String commerceItemId,long quantity, String sourceShippingGroupId,String targetShippingGroupId)

Security FunctionalName

orderManagement