---
title: List localization IDs for a custom product page version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-relationships-appcustomproductpagelocalizations
---

# List localization IDs for a custom product page version

Get a list of localization IDs for a specific custom product page version.

## URL

GET https://api.appstoreconnect.apple.com/v1/appCustomProductPageVersions/{id}/relationships/appCustomProductPageLocalizations

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app custom product page version resource ID from the List Custom Product Page Versions response.

## Query Parameters

limit: The maximum number of app custom product page localization resource identifiers to return.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Endpoints

- [Read Custom Product Page Version Information](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_.md)
- [List Custom Product Page Versions](appstoreconnectapi/get-v1-appcustomproductpages-_id_-appcustomproductpageversions.md)
- [List Custom Product Pages Localizations](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-appcustomproductpagelocalizations.md)
- [Create a Custom Product Page Version](appstoreconnectapi/post-v1-appcustomproductpageversions.md)
- [Modify a Custom Product Page Version](appstoreconnectapi/patch-v1-appcustomproductpageversions-_id_.md)
