The getPropertyValue() method of the RestRepositoryHelper class returns a data stream that contains the value of the specified property.

The following sample gets the property value displayName from the product repository item.

RestResult result = RestRepositoryHelper.getPropertyValue("/atg/commerce/catalog/ProductCatalog",
"product", "prod12345", "displayName", params, session);
 
loading table of contents...