---
title: Modify an in-app purchase
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v2-inapppurchases-_id_
---

# Modify an in-app purchase

Update the reference name of a specific in-app purchase.

## URL

PATCH https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}

## Path Parameters

id:

## Response Codes

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

## Mentioned in

Managing in-app purchases

## Discussion

Discussion note: Changes that you make to product metadata in App Store Connect can take up to 1 hour to appear in the sandbox environment.

## See Also

### Endpoints

- [Create an in-app purchase](appstoreconnectapi/post-v2-inapppurchases.md)
- [Read in-app purchase information](appstoreconnectapi/get-v2-inapppurchases-_id_.md)
- [List all in-app purchases for an app](appstoreconnectapi/get-v1-apps-_id_-inapppurchasesv2.md)
- [Delete an in-app purchase](appstoreconnectapi/delete-v2-inapppurchases-_id_.md)
- [List all price points for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-pricepoints.md)
- [List price point IDs for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-relationships-pricepoints.md)
- [List All In-App Purchase Price Point Equalizations](appstoreconnectapi/get-v1-inapppurchasepricepoints-_id_-equalizations.md)
- [List equalization IDs for an in-app purchase price point](appstoreconnectapi/get-v1-inapppurchasepricepoints-_id_-relationships-equalizations.md)
- [Read promoted purchase information for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-promotedpurchase.md)
- [Read the promoted purchase ID for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-relationships-promotedpurchase.md)
- [List all localizations for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-inapppurchaselocalizations.md)
- [List localization IDs for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-relationships-inapppurchaselocalizations.md)
- [Read review screenshot information for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-appstorereviewscreenshot.md)
- [Read the App Store review screenshot ID for an in-app purchase](appstoreconnectapi/get-v2-inapppurchases-_id_-relationships-appstorereviewscreenshot.md)
- [Create a review submission for an in-app purchase](appstoreconnectapi/post-v1-inapppurchasesubmissions.md)
