---
title: Add a Scheduled Price Change to an App
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-apppriceschedules
---

# Add a Scheduled Price Change to an App

Create a scheduled price change for an app.

## URL

POST https://api.appstoreconnect.apple.com/v1/appPriceSchedules

## Response Codes

201 Created: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 409 Conflict: 422 : 429 :

## Mentioned in

App Store Connect API 2.3 release notes

## Discussion

Discussion warning: If you use this endpoint to add a scheduled price change to your app, you can’t use AppPriceInlineCreate to change your app’s price. Example Request and Response

## See Also

### Getting and managing an app’s price schedules

- [Read Price Schedule Information for an App](appstoreconnectapi/get-v1-apps-_id_-apppriceschedule.md)
- [Get the app price schedule ID for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-apppriceschedule.md)
- [Read an App's Price Schedule Information](appstoreconnectapi/get-v1-apppriceschedules-_id_.md)
- [List Automatically Generated Prices for an App](appstoreconnectapi/get-v1-apppriceschedules-_id_-automaticprices.md)
- [Read the Base Territory for an App's Price Schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-baseterritory.md)
- [List Manually Chosen Prices for an App](appstoreconnectapi/get-v1-apppriceschedules-_id_-manualprices.md)
- [List automatic price IDs for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-automaticprices.md)
- [Get the base territory ID for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-baseterritory.md)
- [List manual price IDs for an app price schedule](appstoreconnectapi/get-v1-apppriceschedules-_id_-relationships-manualprices.md)
