Configurator Updated Node Input
Input representation of the nodes to be updated in a product configuration.
JSON Example
1"updatedNodes": [
2 {
3 "path": ["0Q0DE000000ISHJs81", "0QLDE000000IBXw4AO"],
4 "updatedAttributes": {
5 "Quantity": 5
6 }
7 }
8 ]Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| path | String[] | Path to the node that’s being updated. | Required | 60.0 |
| updatedAttributes | Map<String, Object> | Details of the object that’s being updated. This property supports fields of objects from the Sales Transaction context definition, including custom objects and fields in your extended context definition. | Required | 60.0 |