<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/app-store-connect-api-2-3-release-notes",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "App Store Connect API 2.3 release notes"
}
-->

# App Store Connect API 2.3 release notes

Update your server-side code to use new features, and test your code against API changes.

## Discussion

### New features

- Getting an app’s price points and [`List all price points for an In-App Purchase`](/documentation/AppStoreConnectAPI/GET-v2-inAppPurchases-_id_-pricePoints) now support 900 price points.
- [`List App Price Point Equalizations`](/documentation/AppStoreConnectAPI/GET-v3-appPricePoints-_id_-equalizations) allows for setting equalized prices.
- Getting and managing an app’s price schedules   and [In-App Purchase price schedules](/documentation/AppStoreConnectAPI/in-app-purchase-price-schedules) support automatic prices, manual prices, and base territory configuration.
- Getting and managing an app’s availability, [In-App Purchase availability](/documentation/AppStoreConnectAPI/in-app-purchase-availability) and [Subscription availability](/documentation/AppStoreConnectAPI/subscription-availability) supports configuring availability for apps, In-App Purchases, and subscriptions.

### Deprecations

- The `List all price points for an app V1` endpoint is now deprecated and replaced with [`List All Price Points for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appPricePoints).
- The `List all prices for an app` endpoint is now deprecated and replaced with [`Read Price Schedule Information for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appPriceSchedule).
- The `List all available territories for an app` endpoint is now deprecated and replaced with `GET-v1-appAvailabilities-{id}`.
- The `AppPricePointV2` object deprecated and replaced with [`AppPricePointV3`](/documentation/AppStoreConnectAPI/AppPricePointV3).
- The `List all price points for an app V1` endpoint is now deprecated and replaced with `List app price tiers`.
- The `Read app price tier information` endpoint is now deprecated and replaced with `Read App Price Point Information`.

> Important:
> If you use ``doc://com.apple.appstoreconnectapi/documentation/AppStoreConnectAPI/POST-v1-appPriceSchedules`` to add a scheduled price change to your App, you can’t use `AppPriceInlineCreate` to change your App’s price.

### Note to Developers

On May 9, 2023, pricing for your existing apps and In-App Purchases (excluding auto-renewable subscriptions) will be updated across all 175 storefronts to be equalized to your base country or region using publicly available exchange rate information. If you don’t specify a base country or region, Apple will use your current price in the United States as the basis to provide comparable prices in other countries or regions. Learn more about [app](https://developer.apple.com/help/app-store-connect/manage-app-pricing/set-a-price) or[ In-App Purchase pricing](https://developer.apple.com/help/app-store-connect/manage-in-app-purchases/set-a-price-for-an-in-app-purchase).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)