Change Order Item Tax Line Item Summary Input

A change to an order item tax line item summary.
Root XML tag
<changeOrderItemTaxLineItemSummaryInput>
JSON example (Change type new)
1{
2 "referenceId": "new_tax1",
3 "changeType": "New",
4 "orderItemTaxLineItemSummary": {
5   "attributes": {
6     "type": "OrderItemTaxLineItemSummary"
7   },
8   "name": "New item tax",
9   "description": "Tax for new product",
10   "amount": 7.5,
11   "rate": 0.05,
12   "type": "Estimated",
13   "taxEffectiveDate": "2025-01-15",
14   "orderItemSummaryId": "@{ois_entry1}"
15 }
16}
JSON example (Change type update)
1{
2 "changeType": "Update",
3 "orderItemTaxLineItemSummary": {
4   "attributes": {
5     "type": "OrderItemTaxLineItemSummary"
6   },
7   "id": "0ai000000000001AAA",
8   "orderItemSummaryId": "10u000000000001AAA",
9   "amount": 38.28,
10   "name": "4409100 - Tax - updated",
11   "description": "Updated tax with new amount",
12   "type": "Actual",
13   "taxEffectiveDate": "2026-10-10"
14 }
15}
Properties
Name Type Description Required or Optional Available Version
changeType String Whether a new order item tax line item summary is being created or an existing summary is being updated. Valid values are New or Update. Required 66.0
orderItemTaxLineItemSummary ConnectSObject The order item tax line item summary sObject representation that contains the changes for the Order Item Tax Line Summary entity. Required 66.0
referenceId String The unique reference ID for this order tax line item summary. This field is valid only if the Change Type value is New. Optional 66.0