The removeItemQuantityFromShippingGroup Web service removes a quantity of the given item from the shipping group. The commerce item can be completely removed from the order in this way.

Servlet Name

removeItemQuantityFromShippingGroup

Input Parameters

orderId - The ID of the order.
commerceItemId - The ID of the item to be removed.
quantity – the number of items to be removed.
shippingGroupId
- The ID of the shipping group from which the item will be removed.

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

Endpoint URL

http://hostname:port/commerce/order/removeItemQuantityFromShippingGroup/removeItemQuantityFromShippingGroup

Method

removeItemQuantityFromShippingGroup(String orderId, String commerceItemId, long quantity, String shippingGroupId)

Security FunctionalName

orderManagement


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