Contents

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

NameTypeDescription
id Requiredstring

Query Parameters

NameTypeDescription
fields[inAppPurchasePriceSchedules] Optional[string]

fields[inAppPurchasePrices] Optional[string]

include Optional[string]

limit[manualPrices] Optionalinteger

fields[territories] Optional[string]

limit[automaticPrices] Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
InAppPurchasePriceScheduleResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Mentioned in

Discussion

Example Request and Response

See Also

Endpoints