apps__promoted_purchases__replace
Replace all promoted purchases for an app by submitting a new set of promoted purchase IDs. Overwrites the existing list in one API call.
Instructions
Replace the full set of promoted purchases linked to an app. [PATCH /v1/apps/{id}/relationships/promotedPurchases] REVENUE-level write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| body | Yes | JSON:API request body (Apple schema: AppPromotedPurchasesLinkagesRequest). |