---
title: Modify a Custom Product Page Version
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-appcustomproductpageversions-_id_
---

# Modify a Custom Product Page Version

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

## URL

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

## 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

- [Read Custom Product Page Version Information](appstoreconnectapi/get-v1-appcustomproductpageversions-_id_.md)
- [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)
