The removeItemFromOrder Web service decreases the quantity of the given commerce item. If the new quantity is 0 or less, the item is removed.

Servlet Name

removeItemFromOrder

Input Parameters

orderId - The ID of the order from which the item will be removed.
commerceItemId - The ID of the item to remove.

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

Endpoint URL

http://hostname:port/commerce/order/removeItemFromOrder/removeItemFromOrder

Method

removeItemFromOrder(String orderId, String commerceItemId)

Security FunctionalName

orderManagement


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