The removeCreditCardFromOrder Web service removes the credit card with the given number from the order.

Servlet Name

removeCreditCardFromorder

Input Parameters

orderId - The ID of the order from which the credit card will be removed.
creditCardNumber
– The credit card number to be removed from the order.

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

Endpoint URL

http://hostname:port/commerce/order/removeCreditCardFromOrder/removeCreditCardFromOrder

Method

removeCreditCardFromOrder(String orderId, String creditCardNumber)

Security FunctionalName

orderManagement