The setOrderAmountToPaymentGroup Web service assigns a given amount to the payment group.

Servlet Name

setOrderAmountToPaymentGroup

Input Parameters

orderId - The ID of the order.
paymentGroupId
- The ID of the payment group to which the amount will be added.
amount
- The amount of money to be added to the payment group.

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

Endpoint URL

http://hostname:port/commerce/order/setOrderAmountToPaymentGroup/setOrderAmountToPaymentGroup

Method

setOrderAmountToPaymentGroup(String orderId, String paymentGroupId, double amount)

Security FunctionalName

orderManagement

 
loading table of contents...