Change Order Adjustment Group Summary Input

A change to an order adjustment group summary.
Root XML tag
<changeOrderAdjustmentGroupSummaryInput>
JSON example (Change type new)
1{
2 "referenceId": "new_order_level_adjustment",
3 "changeType": "New",
4 "orderAdjustmentGroupSummary": {
5   "attributes": {
6     "type": "OrderAdjustmentGroupSummary"
7   },
8   "name": "A $100 Order Discount",
9   "description": "A discount of $100 on orders exceeding $1000",
10   "type": "Header"
11 }
12}
JSON example (Change type update)
1{
2 "changeType": "Update",
3 "orderAdjustmentGroupSummary": {
4   "attributes": {
5     "type": "OrderAdjustmentGroupSummary"
6   },
7   "id": "0aj000000000001AAA",
8   "name": "$50offOrderCountAbove5 [UPDATED]"
9 }
10}
Properties
Name Type Description Required or Optional Available Version
changeType String Whether a new order adjustment group summary is being created or an existing summary is being updated. Valid values are New or Update. Required 66.0
orderAdjustmentGroupSummary ConnectSObject The order adjustment group summary sObject representation that contains the changes for the Order Adjustment Group Summary entity. Required 66.0
referenceId String The unique reference ID for this order adjustment group summary. This field is valid only if the Change Type value is New. Optional 66.0