Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Rating Input Node Response
Output representation of a single node in the rating input hierarchy.
- JSON example
-
1{ 2 "additionalFields": {}, 3 "attributes": {}, 4 "instanceKeys": [ 5 "Key1" 6 ], 7 "productCode": "ProductCode1" 8}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| additionalFields | Map<String, Object> | Map of additional fields that must be updated in the quote context. | Big, 66.0 | 66.0 |
| attributes | Map<String, Object> | Map of product-specific attributes in key-value pairs that are used to determine pricing. | Big, 66.0 | 66.0 |
| instanceKeys | String[] | List of the instance keys for the product hierarchy. | Big, 66.0 | 66.0 |
| productCode | String | Unique code to identify a product. | Big, 66.0 | 66.0 |