The calculateOrderPriceSummary Web service takes an order Id and a locale, prices the order, creates and returns an OrderPriceSummary object based on the information in the priced order.

Servlet name

calculateOrderPriceSummary

Input Parameters

orderId – The ID of the order to be priced.
locale – (Optional) String representing the locale to be considered when pricing. If this parameter is null, then the order owner’s locale will be used. This will usually be null.

Output

OrderPriceSummary - An object containing a summary of the price information for the given order.

Web Service Class

atg.commerce.pricing.PricingServices

Nucleus Component

/atg/commerce/pricing/PricingServices

Method

calculateOrderPriceSummary(String pOrderId, String pLocale)

Executes within a session

Yes

WSDL URL

http://host:port/commerce/pricing/calculateOrderPriceSummary?WSDL

Endpoint URL

http://host:port/commerce/pricing/calculateOrderPriceSummary/calculateOrderPriceSummary

Security FunctionalName

orderPricing


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