---
title: Modify a promoted in-app purchase
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-promotedpurchases-_id_
---

# Modify a promoted in-app purchase

Update the visibility of a promoted in-app purchase.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/promotedPurchases/{id}

## Path Parameters

id:

## Response Codes

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

## See Also

### Endpoints

- [Promote a purchase](appstoreconnectapi/post-v1-promotedpurchases.md)
- [List all promoted purchases for an app](appstoreconnectapi/get-v1-apps-_id_-promotedpurchases.md)
- [List promoted purchase ids for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-promotedpurchases.md)
- [Read promoted purchase information](appstoreconnectapi/get-v1-promotedpurchases-_id_.md)
- [Modify the order of a promoted purchase for an app](appstoreconnectapi/patch-v1-apps-_id_-relationships-promotedpurchases.md)
- [Remove a promoted purchase](appstoreconnectapi/delete-v1-promotedpurchases-_id_.md)
