---
title: Add a Search Keyword to a Custom Product Page Localization
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-appcustomproductpagelocalizations-_id_-relationships-searchkeywords
---

# Add a Search Keyword to a Custom Product Page Localization

Assign one or more search keywords to a specific custom product page localization.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app custom product page localization resource ID from the List Custom Product Pages Localizations response.

## Response Codes

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

## See Also

### Managing search keywords

- [List keywords for a custom product page localization](appstoreconnectapi/get-v1-appcustomproductpagelocalizations-_id_-searchkeywords.md)
- [List all search keywords for a custom product page localization](appstoreconnectapi/get-v1-appcustomproductpagelocalizations-_id_-relationships-searchkeywords.md)
- [Remove a Search Keyword From a Custom Product Page Localization](appstoreconnectapi/delete-v1-appcustomproductpagelocalizations-_id_-relationships-searchkeywords.md)
