<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/apps",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Apps"
}
-->

# Apps

Manage your apps in App Store Connect.

## Discussion

An `apps` resource represents your app that’s currently in development, or available on the App Store through the App Store Connect website. Use the `apps` resource to manage and maintain your existing apps.

Don’t use this API to create new apps; instead, create new apps on the App Store Connect website. To upload builds to App Store Connect, you must use Xcode, Transporter, or the Transporter Mac app. This API doesn’t permit you to directly upload your builds, but you may use App Store Connect API Keys in conjunction with Transporter to upload. To download the Transporter app, see the [Mac App Store](https://apps.apple.com/us/app/transporter/id1450874784?mt=12).

To learn more about managing your apps, see [Add a new app](https://developer.apple.com/help/app-store-connect/create-an-app-record/add-a-new-app).

## Topics

### Getting and modifying app information

[`List Apps`](/documentation/AppStoreConnectAPI/GET-v1-apps)

Find and list apps in App Store Connect.

[`Read App Information`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_)

Get information about a specific app.

[`Modify an App`](/documentation/AppStoreConnectAPI/PATCH-v1-apps-_id_)

Update app information, including bundle ID, primary locale, price schedule, and global availability.

[`Read an App’s Encryption Declarations`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appEncryptionDeclarations)

Find and list all available app encryption declarations.

[`Read an app’s encryption declaration IDs`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appEncryptionDeclarations)

Find and list all available app encryption declaration IDs for a specific app.

### Getting app build and prerelease version information

[`List All Builds of an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-builds)

Get a list of builds associated with a specific app.

[`GET /v1/apps/{id}/relationships/builds`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-builds)

[`List All Prerelease Versions for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-preReleaseVersions)

Get a list of prerelease versions associated with a specific app.

[`GET /v1/apps/{id}/relationships/preReleaseVersions`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-preReleaseVersions)

### Getting App Clip information

[`List All App Clips for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appClips)

List your app’s associated App Clips.

[`GET /v1/apps/{id}/relationships/appClips`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appClips)

### Getting beta tester information for TestFlight

[`List All Beta Groups for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaGroups)

Get a list of beta groups associated with a specific app.

[`GET /v1/apps/{id}/relationships/betaGroups`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-betaGroups)

[`Remove Specified Beta Testers from All Groups and Builds of an App`](/documentation/AppStoreConnectAPI/DELETE-v1-apps-_id_-relationships-betaTesters)

Remove one or more beta testers’ access to test any builds of a specific app.

### Getting an app’s TestFlight details

[`Read the Beta App Review Details Resource of an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaAppReviewDetail)

Get the beta app review details for a specific app.

[`GET /v1/apps/{id}/relationships/betaAppReviewDetail`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-betaAppReviewDetail)

[`GET /v1/apps/{id}/relationships/betaAppReviewDetail`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-betaAppReviewDetail)

[`Read the Beta License Agreement of an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaLicenseAgreement)

Get the beta license agreement for a specific app.

[`GET /v1/apps/{id}/relationships/betaLicenseAgreement`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-betaLicenseAgreement)

[`List All Beta App Localizations of an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaAppLocalizations)

Get a list of localized beta test information for a specific app.

[`GET /v1/apps/{id}/relationships/betaAppLocalizations`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-betaAppLocalizations)

### Getting an app’s Xcode Cloud products

[`Read the Xcode Cloud Product for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-ciProduct)

Get the Xcode Cloud product information for an app you build with Xcode Cloud.

[`GET /v1/apps/{id}/relationships/ciProduct`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-ciProduct)

### Getting an app’s price points

[`List all price points for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appPricePoints)

Get all the available price points for a specific app.

[`GET /v1/apps/{id}/relationships/appPricePoints`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appPricePoints)

[`Read app price point information`](/documentation/AppStoreConnectAPI/GET-v3-appPricePoints-_id_)

Get details about a specific app price point.

[`List app price point equalizations`](/documentation/AppStoreConnectAPI/GET-v3-appPricePoints-_id_-equalizations)

List all equivalent app prices points to a base price point.

[`GET /v3/appPricePoints/{id}/relationships/equalizations`](/documentation/AppStoreConnectAPI/GET-v3-appPricePoints-_id_-relationships-equalizations)

### Getting App Store details for your app

[`List All App Infos for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appInfos)

Get information about an app that is currently live on App Store, or that goes live with the next version.

[`GET /v1/apps/{id}/relationships/appInfos`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appInfos)

[`List All App Store Versions for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appStoreVersions)

Get a list of all App Store versions of an app across all platforms.

[`GET /v1/apps/{id}/relationships/appStoreVersions`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appStoreVersions)

[`Read the End User License Agreement Information of an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-endUserLicenseAgreement)

Get the custom end user license agreement (EULA) for a specific app and the territories where the agreement applies.

[`GET /v1/apps/{id}/relationships/endUserLicenseAgreement`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-endUserLicenseAgreement)

[`List all custom product pages for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appCustomProductPages)

Get a list of all custom product pages for a specific app.

[`Get all custom product page resource IDs for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appCustomProductPages)

Get a list of custom product page resource IDs associated with an app.

[`GET /v1/apps/{id}/appStoreVersionExperimentsV2`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appStoreVersionExperimentsV2)

[`GET /v1/apps/{id}/relationships/appStoreVersionExperimentsV2`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appStoreVersionExperimentsV2)

### Getting in-app purchase information

[`Read In-App Purchase Information`](/documentation/AppStoreConnectAPI/GET-v1-inAppPurchases-_id_)

Get information about an in-app purchase.

[`List All Promoted Purchases for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-promotedPurchases)

Get a list of promoted in-app purchases, including promoted auto-renewable subscriptions, for an app.

[`List All In-App Purchases for an App V1`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-inAppPurchases)

List the in-app purchases that are available for your app.

### Getting review submissions

[`Get review submissions for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-reviewSubmissions)

Get a list of review submissions associated with a specific app.

[`List review submission Ids`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-reviewSubmissions)

Get the list of review submission IDs for a specific app.

### Getting power and performance metrics

[`Get Power and Performance Metrics for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-perfPowerMetrics)

Get the performance and power metrics data for the most recent version of an app.

### Getting customer reviews

[`List All Customer Reviews for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-customerReviews)

Get a list of customer reviews for a specific app.

[`GET /v1/apps/{id}/relationships/customerReviews`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-customerReviews)

[`Read customer review summarizations`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-customerReviewSummarizations)

Get the customer review summarization for a specific app.

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

[`Read price schedule information for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appPriceSchedule)

Read price schedule details for a specific app.

[`GET /v1/apps/{id}/relationships/appPriceSchedule`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appPriceSchedule)

[`Read an app's price schedule information`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_)

List the price schedule details for a specific app.

[`List automatically generated prices for an app`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_-automaticPrices)

List the automatically calculated prices for an app generated from a base territory.

[`Read the base territory for an app's price schedule`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_-baseTerritory)

Read the base territory and currency for a specific app.

[`List manually chosen prices for an app`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_-manualPrices)

List the prices you chose for a specific app.

[`GET /v1/appPriceSchedules/{id}/relationships/automaticPrices`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_-relationships-automaticPrices)

[`GET /v1/appPriceSchedules/{id}/relationships/baseTerritory`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_-relationships-baseTerritory)

[`GET /v1/appPriceSchedules/{id}/relationships/manualPrices`](/documentation/AppStoreConnectAPI/GET-v1-appPriceSchedules-_id_-relationships-manualPrices)

[`Add a scheduled price change to an app`](/documentation/AppStoreConnectAPI/POST-v1-appPriceSchedules)

Create a scheduled price change for an app.

### Getting and managing an app’s availability

[`List availability for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appAvailabilityV2)

Get a list of availabilities for a specific app.

[`GET /v1/apps/{id}/relationships/appAvailabilityV2`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appAvailabilityV2)

### Getting beta tester metrics

[`Read beta tester metrics for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-metrics-betaTesterUsages)

Get usage metrics for beta testers of a specific app.

### Getting app event information

[`GET /v1/apps/{id}/appEvents`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-appEvents)

[`GET /v1/apps/{id}/relationships/appEvents`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-appEvents)

### Getting subscription group and subscription grace period information

[`Read the Billing Grace Period Value for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-subscriptionGracePeriod)

Get the Boolean value that represents the grace period opt-in state for your app.

[`List All Subscription Groups for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-subscriptionGroups)

Get a list of subscription groups for a specific app.

[`GET /v1/apps/{id}/relationships/subscriptionGracePeriod`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-subscriptionGracePeriod)

[`GET /v1/apps/{id}/relationships/subscriptionGroups`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-subscriptionGroups)

### Getting in-app purchase information

[`List All In-App Purchases for an App`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-inAppPurchasesV2)

Get a list of the in-app purchases for a specific app.

[`List in-app purchases IDs for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-inAppPurchasesV2)

Get a list of all in-app purchases IDs for a specific app.

[`List All In-App Purchases for an App V1`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-inAppPurchases)

List the in-app purchases that are available for your app.

[`List in-app purchases IDs for an app V1`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-inAppPurchases)

Get a list of all in-app purchases IDs for a specific app V1.

### Getting beta feedback

[`List all beta feedback crash submissions for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaFeedbackCrashSubmissions)

Get the beta feedback crash submissions for a specific app.

[`List all beta feedback screenshot submissions for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-betaFeedbackScreenshotSubmissions)

Get beta feedback screenshot submissions for a specific app.

### Getting background asset information

[`List all assets packs for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-backgroundAssets)

Get information about the Apple-hosted background assets for a specific app.

[`List the assets packs IDs for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-backgroundAssets)

Get a list of the Apple hosted background asset IDs for a specific app.

[`Modify a background asset`](/documentation/AppStoreConnectAPI/PATCH-v1-backgroundAssets-_id_)

Update a specific background asset.

### Getting alternative distribution information

[`Read an app’s alternative distribution key`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-alternativeDistributionKey)

Get the alternative distribution keys for a specific app.

[`GET /v1/apps/{id}/relationships/alternativeDistributionKey`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-alternativeDistributionKey)

[`Read the marketplace search detail URL`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-marketplaceSearchDetail)

Get search detail URL for the alternative marketplace.

[`GET /v1/apps/{id}/relationships/marketplaceSearchDetail`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-marketplaceSearchDetail)

### Getting accessibility declaration information

[`List all accessibility declarations for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-accessibilityDeclarations)

Get a list of the accessibility declarations for a specific app.

[`GET /v1/apps/{id}/relationships/accessibilityDeclarations`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-accessibilityDeclarations)

### Getting analytics report request information

[`Read report requests`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-analyticsReportRequests)

Read analytics report requests for a specific app.

[`GET /v1/apps/{id}/relationships/analyticsReportRequests`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-analyticsReportRequests)

### Getting webhook information

[`Read webhook information for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-webhooks)

Read webhook configuration details for a specific app.

[`GET /v1/apps/{id}/relationships/webhooks`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-webhooks)

### Search keywords

[`GET /v1/apps/{id}/relationships/searchKeywords`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-searchKeywords)

[`GET /v1/apps/{id}/searchKeywords`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-searchKeywords)

### Getting Game Center detail information

[`Read the state of Game Center for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-gameCenterDetail)

Get Game Center detail information for an app.

[`GET /v1/apps/{id}/relationships/gameCenterDetail`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-gameCenterDetail)

[`GET /v1/apps/{id}/relationships/gameCenterEnabledVersions`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-gameCenterEnabledVersions)

### Getting Android to iOS app mapping information

[`Read the Android to iOS app mapping details for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-androidToIosAppMappingDetails)

Get details about the Android to iOS app mapping for a specific app.

[`List the IDs of Android to iOS app mapping details for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-relationships-androidToIosAppMappingDetails)

Get the IDs of Android to iOS app mapping details for a specific app.

### Objects and data types

[`App`](/documentation/AppStoreConnectAPI/App)

The data structure that represents an Apps resource.

[`AppWithoutIncludesResponse`](/documentation/AppStoreConnectAPI/AppWithoutIncludesResponse)

[`AppsWithoutIncludesResponse`](/documentation/AppStoreConnectAPI/AppsWithoutIncludesResponse)

[`AppUpdateRequest`](/documentation/AppStoreConnectAPI/AppUpdateRequest)

The request body you use to update an App Update.

[`AppClipsResponse`](/documentation/AppStoreConnectAPI/AppClipsResponse)

A response that contains a list of App Clips resources.

[`AppResponse`](/documentation/AppStoreConnectAPI/AppResponse)

A response that contains a single Apps resource.

[`AppsResponse`](/documentation/AppStoreConnectAPI/AppsResponse)

A response that contains a list of Apps resources.

[`InAppPurchase`](/documentation/AppStoreConnectAPI/InAppPurchase)

The data structure that represents the In-App Purchases resource.

[`InAppPurchaseResponse`](/documentation/AppStoreConnectAPI/InAppPurchaseResponse)

A response that contains a single In-App Purchases resource.

[`InAppPurchasesResponse`](/documentation/AppStoreConnectAPI/InAppPurchasesResponse)

A response that contains a list of In-App Purchases resources.

[`AppBetaTestersLinkagesRequest`](/documentation/AppStoreConnectAPI/AppBetaTestersLinkagesRequest)

A request body you use to remove beta testers from an app.

[`AppPricePointV3`](/documentation/AppStoreConnectAPI/AppPricePointV3)

The data structure that represents an App Price Point V3 resource.

[`AppPricePointV3Response`](/documentation/AppStoreConnectAPI/AppPricePointV3Response)

[`AppPricePointsV3Response`](/documentation/AppStoreConnectAPI/AppPricePointsV3Response)

[`AppPriceSchedule`](/documentation/AppStoreConnectAPI/AppPriceSchedule)

[`AppPriceScheduleCreateRequest`](/documentation/AppStoreConnectAPI/AppPriceScheduleCreateRequest)

[`AppPriceScheduleResponse`](/documentation/AppStoreConnectAPI/AppPriceScheduleResponse)

[`AppPriceV2`](/documentation/AppStoreConnectAPI/AppPriceV2)

[`AppPriceV2InlineCreate`](/documentation/AppStoreConnectAPI/AppPriceV2InlineCreate)

The data structure that represents a App Price V2 Inline Create resource.

[`AppPricesV2Response`](/documentation/AppStoreConnectAPI/AppPricesV2Response)

[`TerritoryInlineCreate`](/documentation/AppStoreConnectAPI/TerritoryInlineCreate)

[`Platform`](/documentation/AppStoreConnectAPI/Platform)

Strings that represent Apple operating systems.

[`SubscriptionStatusUrlVersion`](/documentation/AppStoreConnectAPI/SubscriptionStatusUrlVersion)

Strings that represent versions of App Store Server Notifications.

[`App.Relationships.InAppPurchases`](/documentation/AppStoreConnectAPI/App/Relationships-data.dictionary/InAppPurchases-data.dictionary)

The data and links that describe the relationship between the resources.

[`AppAlternativeDistributionKeyLinkageResponse`](/documentation/AppStoreConnectAPI/AppAlternativeDistributionKeyLinkageResponse)

[`AppWebhooksLinkagesResponse`](/documentation/AppStoreConnectAPI/AppWebhooksLinkagesResponse)

[`AppAppClipsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppClipsLinkagesResponse)

[`AppAppCustomProductPagesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppCustomProductPagesLinkagesResponse)

[`AppAppEncryptionDeclarationsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppEncryptionDeclarationsLinkagesResponse)

[`AppAppEventsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppEventsLinkagesResponse)

[`AppAppInfosLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppInfosLinkagesResponse)

[`AppAppPricePointsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppPricePointsLinkagesResponse)

[`AppAppPriceScheduleLinkageResponse`](/documentation/AppStoreConnectAPI/AppAppPriceScheduleLinkageResponse)

[`AppAppStoreVersionExperimentsV2LinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppStoreVersionExperimentsV2LinkagesResponse)

[`AppAppStoreVersionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAppStoreVersionsLinkagesResponse)

[`AppAvailabilityV2TerritoryAvailabilitiesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppAvailabilityV2TerritoryAvailabilitiesLinkagesResponse)

[`AppBackgroundAssetsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppBackgroundAssetsLinkagesResponse)

A response that contains a list of IDs of related background assets.

[`BackgroundAssetUpdateRequest`](/documentation/AppStoreConnectAPI/BackgroundAssetUpdateRequest)

The request body you use to update a background asset.

[`AppBetaAppLocalizationsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppBetaAppLocalizationsLinkagesResponse)

[`AppBetaAppReviewDetailLinkageResponse`](/documentation/AppStoreConnectAPI/AppBetaAppReviewDetailLinkageResponse)

[`AppBetaFeedbackCrashSubmissionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppBetaFeedbackCrashSubmissionsLinkagesResponse)

[`AppBetaFeedbackScreenshotSubmissionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppBetaFeedbackScreenshotSubmissionsLinkagesResponse)

[`AppBetaGroupsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppBetaGroupsLinkagesResponse)

[`AppBetaLicenseAgreementLinkageResponse`](/documentation/AppStoreConnectAPI/AppBetaLicenseAgreementLinkageResponse)

[`AppBuildsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppBuildsLinkagesResponse)

[`AppCategoryParentLinkageResponse`](/documentation/AppStoreConnectAPI/AppCategoryParentLinkageResponse)

[`AppCategorySubcategoriesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppCategorySubcategoriesLinkagesResponse)

[`AppCiProductLinkageResponse`](/documentation/AppStoreConnectAPI/AppCiProductLinkageResponse)

[`AppCustomProductPageAppCustomProductPageVersionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppCustomProductPageAppCustomProductPageVersionsLinkagesResponse)

A response that contains a list of IDs of related resources.

[`AppEndUserLicenseAgreementLinkageResponse`](/documentation/AppStoreConnectAPI/AppEndUserLicenseAgreementLinkageResponse)

[`AppGameCenterDetailLinkageResponse`](/documentation/AppStoreConnectAPI/AppGameCenterDetailLinkageResponse)

[`AppGameCenterEnabledVersionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppGameCenterEnabledVersionsLinkagesResponse)

[`AppInAppPurchasesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppInAppPurchasesLinkagesResponse)

[`AppInAppPurchasesV2LinkagesResponse`](/documentation/AppStoreConnectAPI/AppInAppPurchasesV2LinkagesResponse)

[`AppInfoAgeRatingDeclarationLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoAgeRatingDeclarationLinkageResponse)

[`AppInfoAppInfoLocalizationsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppInfoAppInfoLocalizationsLinkagesResponse)

[`AppInfoPrimaryCategoryLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoPrimaryCategoryLinkageResponse)

[`AppInfoPrimarySubcategoryOneLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoPrimarySubcategoryOneLinkageResponse)

[`AppInfoPrimarySubcategoryTwoLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoPrimarySubcategoryTwoLinkageResponse)

[`AppInfoSecondaryCategoryLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoSecondaryCategoryLinkageResponse)

[`AppInfoSecondarySubcategoryOneLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoSecondarySubcategoryOneLinkageResponse)

[`AppInfoSecondarySubcategoryTwoLinkageResponse`](/documentation/AppStoreConnectAPI/AppInfoSecondarySubcategoryTwoLinkageResponse)

[`AppMarketplaceSearchDetailLinkageResponse`](/documentation/AppStoreConnectAPI/AppMarketplaceSearchDetailLinkageResponse)

[`AppPerfPowerMetricsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppPerfPowerMetricsLinkagesResponse)

[`AppPreReleaseVersionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppPreReleaseVersionsLinkagesResponse)

[`AppPricePointV3EqualizationsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppPricePointV3EqualizationsLinkagesResponse)

[`AppPriceScheduleAutomaticPricesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppPriceScheduleAutomaticPricesLinkagesResponse)

[`AppPriceScheduleBaseTerritoryLinkageResponse`](/documentation/AppStoreConnectAPI/AppPriceScheduleBaseTerritoryLinkageResponse)

[`AppPriceScheduleManualPricesLinkagesResponse`](/documentation/AppStoreConnectAPI/AppPriceScheduleManualPricesLinkagesResponse)

[`AppReviewSubmissionsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppReviewSubmissionsLinkagesResponse)

A response that contains a list of IDs of related resources.

[`AppSearchKeywordsLinkagesResponse`](/documentation/AppStoreConnectAPI/AppSearchKeywordsLinkagesResponse)

[`OfferCodeEnvironment`](/documentation/AppStoreConnectAPI/OfferCodeEnvironment)

A string that represents the environment of an offer code.

[`TerritoryCode`](/documentation/AppStoreConnectAPI/TerritoryCode)

The App Store territory codes.



---

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)
