---
title: Add search keywords to an app store version localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-appstoreversionlocalizations-_id_-relationships-searchkeywords
---

# Add search keywords to an app store version localization

Add search keywords to a specific App Store version localization.

## URL

POST https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations/{id}/relationships/searchKeywords

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the App Store version localization resource ID from the List all app store version localizations for an app store version response.

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 409 Conflict: 422 : 429 :

## See Also

### Search Keywords

- [List all search keywords for an app store version localization](appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_-searchkeywords.md)
- [List search keyword IDs for an app store version localization](appstoreconnectapi/get-v1-appstoreversionlocalizations-_id_-relationships-searchkeywords.md)
- [Remove search keywords from an app store version localization](appstoreconnectapi/delete-v1-appstoreversionlocalizations-_id_-relationships-searchkeywords.md)
