---
title: Modify the order of a promoted purchase for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-apps-_id_-relationships-promotedpurchases
---

# Modify the order of a promoted purchase for an app

Update the order of promoted purchases.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Response Codes

204 No Content: 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 a promoted in-app purchase](appstoreconnectapi/patch-v1-promotedpurchases-_id_.md)
- [Remove a promoted purchase](appstoreconnectapi/delete-v1-promotedpurchases-_id_.md)
