Add a scheduled price change to an app
Create a scheduled price change for an app.
URL
POST https://api.appstoreconnect.apple.com/v1/appPriceSchedulesResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 201 | Created Content-Type: application/json | AppPriceScheduleResponse | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 409 | Conflict Content-Type: application/json | ErrorResponse | |
| 422 | Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
Mentioned in
Discussion
Example Request and Response
HTTP Body
See Also
Getting and managing an app’s price schedules
Read price schedule information for an appGET /v1/apps/{id}/relationships/appPriceScheduleRead an app's price schedule informationList automatically generated prices for an appRead the base territory for an app's price scheduleList manually chosen prices for an appGET /v1/appPriceSchedules/{id}/relationships/automaticPricesGET /v1/appPriceSchedules/{id}/relationships/baseTerritoryGET /v1/appPriceSchedules/{id}/relationships/manualPrices