---
title: Modify an App Custom Product Page
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appcustomproductpages-_id_
---

# Modify an App Custom Product Page

Update the name and visibility status of an app custom product page.

## URL

PATCH 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.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Endpoints

- [Create a Custom Product Page](appstoreconnectapi/post-v1-appcustomproductpages.md)
- [List All Custom Product Pages for an App](appstoreconnectapi/get-v1-apps-_id_-appcustomproductpages.md)
- [Read Custom Product Page Information](appstoreconnectapi/get-v1-appcustomproductpages-_id_.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)
