The productPriceRanges actor-chain returns the lowest and highest prices for a specific product. It uses the following parameters:

Parameter

Description

productId

Identifies the product ID to use.

Get Prices by Product ID Example
curl -v -b customer_cookies.txt -H "Content-Type: application/json" -d "{
\"productId\" : \"xprod2085\"}" "http://localhost:8280/rest/model/atg/commerce/
pricing/PricingActor/productPriceRanges"

The server response may be similar to the following:

{"highestSalePrice": 19, "lowestSalePrice": 19, }

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