List all custom product pages for an app
Get a list of all custom product pages for a specific app.
URL
GET https://api.appstoreconnect.apple.com/v1/apps/{id}/appCustomProductPagesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List Apps response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[appCustomProductPageVersions] Optional | [string] | Fields to return for included related types. |
fields[appCustomProductPages] Optional | [string] | Fields to return for included related types. |
filter[visible] Optional | [string] | Fields to return for included related types. |
include Optional | [string] | The relationship data to include in the response. |
limit Optional | integer | Number of resources to return. |
limit[appCustomProductPageVersions] Optional | integer | Number of resources to return. |
fields[apps] Optional | [string] | Fields to return for included related types. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AppCustomProductPagesResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
Discussion
Example Request and Response
See Also
Getting App Store details for your app
List All App Infos for an AppGET /v1/apps/{id}/relationships/appInfosList All App Store Versions for an AppGET /v1/apps/{id}/relationships/appStoreVersionsRead the End User License Agreement Information of an AppGET /v1/apps/{id}/relationships/endUserLicenseAgreementGet all custom product page resource IDs for an appGET /v1/apps/{id}/appStoreVersionExperimentsV2GET /v1/apps/{id}/relationships/appStoreVersionExperimentsV2