The skuPrices actor-chain returns the list and sale prices for a specific product using its SKU ID:

Parameter

Description

productId

Identifies the product ID to use.

skuId

The SKU ID to use.

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

The server response may be similar to the following:

{"listPrice": 19, "salePrice": 19,}

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