---
title: List Custom Product Pages Localizations
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-appcustomproductpagelocalizations
---

# List Custom Product Pages Localizations

List all localizations for an app custom product page.

## URL

GET https://api.appstoreconnect.apple.com/v1/appCustomProductPageVersions/{id}/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

fields[appCustomProductPageLocalizations]: Additional fields to include for each app custom product page localization resource returned by the response. fields[appPreviewSets]: Additional fields to include for each app preview set resource returned by the response. fields[appScreenshotSets]: Additional fields to include for each app screenshot set resource returned by the response. filter[locale]: Filter the returned app custom product page localizations by locale. include: The relationship data to include in the response. limit: The maximum number of app custom product page localization resources to return. limit[appPreviewSets]: The maximum number of related app preview sets resources to return. limit[appScreenshotSets]: The maximum number of related app screenshot sets resources to return. fields[appCustomProductPageVersions]: Additional fields to include for each app custom product page version resource returned by the response. fields[appKeywords]: limit[searchKeywords]:

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Managing localizations

- [Read Custom Product Page Localization Information](appstoreconnectapi/get-v1-appcustomproductpagelocalizations-_id_.md)
- [Create a Custom Product Page Localization](appstoreconnectapi/post-v1-appcustomproductpagelocalizations.md)
- [Modify Custom Product Page Localization Information](appstoreconnectapi/patch-v1-appcustomproductpagelocalizations-_id_.md)
- [Delete an App Custom Product Page Localization](appstoreconnectapi/delete-v1-appcustomproductpagelocalizations-_id_.md)
