Read in-app purchase price schedule information
Get information about a specific scheduled price change for an in-app purchase.
URL
GET https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[inAppPurchasePriceSchedules] Optional | [string] | |
fields[inAppPurchasePrices] Optional | [string] | |
include Optional | [string] | |
limit[manualPrices] Optional | integer | |
fields[territories] Optional | [string] | |
limit[automaticPrices] Optional | integer |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | InAppPurchasePriceScheduleResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 404 | Not Found Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
Mentioned in
Discussion
Example Request and Response
See Also
Endpoints
Read price information for an in-app purchase price scheduleGET /v1/inAppPurchasePriceSchedules/{id}/relationships/manualPricesAdd a scheduled price change to an in-app purchaseList automatically generated prices for an in-app purchase priceGET /v1/inAppPurchasePriceSchedules/{id}/relationships/automaticPricesRead the selected base territory for an in-app purchase price scheduleGET /v1/inAppPurchasePriceSchedules/{id}/relationships/baseTerritory