Bulk Edit Line Item Input
Define a line-item-level bulk edit unit, including classification metadata and the detailed records to update.
JSON Example
1{
2 "derivedLineItemTag": "Static Simple Product",
3 "lineDetails": [
4 {
5 "attributes": {
6 "id": "a3Dxx0000008AbcEAE",
7 "type": "AdQuoteLine"
8 },
9 "fieldValues": {
10 "budgetAmount": {
11 "value": 5000
12 }
13 }
14 }
15 ]
16}Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| derivedLineItemTag | String | Computed classification for the line item that controls how field-configuration logic is applied. | Optional | 67.0 |
| lineDetails | Bulk Edit Line Item Detail Input[] | Collection of quote line and ad quote line records that should be updated for this line item. | Optional | 67.0 |