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

# Read Custom Product Page Information

Get information about a specific app custom product page.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app custom product page resource ID from the List All Custom Product Pages for an App response.

## Query Parameters

fields[appCustomProductPageVersions]: Additional fields to include for each app custom product page version resource returned by the response. fields[appCustomProductPages]: Additional fields to include for each app custom product page resource returned by the response. include: The relationship data to include in the response. limit[appCustomProductPageVersions]: The maximum number of related app custom product page versions resources to return. fields[apps]:

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Endpoints

- [Create a Custom Product Page](appstoreconnectapi/post-v1-appcustomproductpages.md)
- [Modify an App Custom Product Page](appstoreconnectapi/patch-v1-appcustomproductpages-_id_.md)
- [List All Custom Product Pages for an App](appstoreconnectapi/get-v1-apps-_id_-appcustomproductpages.md)
- [List Custom Product Page Versions](appstoreconnectapi/get-v1-appcustomproductpages-_id_-appcustomproductpageversions.md)
- [Get all version ids for an app custom product page](appstoreconnectapi/get-v1-appcustomproductpages-_id_-relationships-appcustomproductpageversions.md)
- [Delete an App Custom Product Page](appstoreconnectapi/delete-v1-appcustomproductpages-_id_.md)
