The setPropertyValue() method of the RestRepositoryHelper class sets the value of the specified property.

The following sample sets the property displayName to the string My Modified Display Name.

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