<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/NegativeKeywordUpdateBulkRequestItem",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:NegativeKeywordUpdateBulkRequestItem"
  },
  "title" : "NegativeKeywordUpdateBulkRequestItem"
}
-->

# NegativeKeywordUpdateBulkRequestItem

A single item in a negative-keyword bulk-update request.

```
object NegativeKeywordUpdateBulkRequestItem
```

## Discussion

The `data` object accepts only the fields defined on [`BulkNegativeKeywordUpdate`](/documentation/Apple-Ads-Platform-API/BulkNegativeKeywordUpdate), keeping each item’s payload identical in shape to a single-item update request.

### Example

```json
{
  "correlationId": 123456789,
  "data": {
    "id": 987654321,
    "status": "PAUSED"
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)