KeywordUpdateBulkRequest
A bulk request to update multiple Keyword objects.
Declaration
object KeywordUpdateBulkRequestProperties
| Name | Type | Description |
|---|---|---|
allowPartialSuccess | boolean | If |
items | [KeywordUpdateBulkRequestItem] | Array of bulk item objects to update. Each item has the shape |
Discussion
The KeywordUpdateBulkRequest object allows updating multiple keywords in a single API call.
Example
{
"allowPartialSuccess": true,
"items": [
{
"correlationId": 123456789,
"data": {
"id": 555666777,
"bid": {
"amount": "2.50",
"currency": "USD"
},
"status": "ENABLED"
}
},
{
"correlationId": 987654321,
"data": {
"id": 111222333,
"bid": {
"amount": "1.75",
"currency": "USD"
},
"status": "PAUSED"
}
}
]
}See Also
BaseBulkRequestBulkOperationRequestBulkItemResultBulkItemResultKeywordBulkItemResultNegativeKeywordBulkResponseKeywordCreateBulkRequestKeywordCreateBulkResponseKeywordUpdateBulkResponseNegativeKeywordCreateBulkRequestNegativeKeywordCreateBulkResponseNegativeKeywordUpdateBulkRequestNegativeKeywordUpdateBulkResponseBulkKeywordCreateBulkKeywordUpdate