List automatically generated prices for an in-app purchase price
Get information about a price or prices automatically set based on a base territory for an in-app purchase price schedule.
URL
GET https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}/automaticPricesPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string |
Query Parameters
| Name | Type | Description |
|---|---|---|
fields[inAppPurchasePricePoints] Optional | [string] | |
fields[inAppPurchasePrices] Optional | [string] | |
include Optional | [string] | |
limit Optional | integer | |
filter[territory] Optional | [string] | |
fields[territories] Optional | [string] |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | InAppPurchasePricesResponse | |
| 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 |
See Also
Endpoints
Read in-app purchase price schedule informationRead price information for an in-app purchase price scheduleGET /v1/inAppPurchasePriceSchedules/{id}/relationships/manualPricesAdd a scheduled price change to an in-app purchaseGET /v1/inAppPurchasePriceSchedules/{id}/relationships/automaticPricesRead the selected base territory for an in-app purchase price scheduleGET /v1/inAppPurchasePriceSchedules/{id}/relationships/baseTerritory