---
title: Read Custom Product Page Version Information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appcustomproductpageversions-_id_
---

# Read Custom Product Page Version Information

Get information about a specific app custom product page version.

## URL

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

## 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[appCustomProductPageVersions]: Additional fields to include for each app custom product page version resource returned by the response. include: The relationship data to include in the response. limit[appCustomProductPageLocalizations]: The maximum number of related app custom product page localizations resources to return. fields[appCustomProductPages]:

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Endpoints

- [List Custom Product Page Versions](appstoreconnectapi/get-v1-appcustomproductpages-_id_-appcustomproductpageversions.md)
- [List Custom Product Pages Localizations](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-appcustomproductpagelocalizations.md)
- [List localization IDs for a custom product page version](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_-relationships-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)
