<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/subscription-group-versions",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Subscription Group Versions"
}
-->

# Subscription Group Versions

Create and read draft versions of a subscription group with their localized metadata.

## Topics

### Endpoints

[`Create a subscription group version`](/documentation/AppStoreConnectAPI/POST-v1-subscriptionGroupVersions)

Create a draft version of a subscription group, capturing its current localized metadata for App Review submission.

[`Read subscription group version information`](/documentation/AppStoreConnectAPI/GET-v1-subscriptionGroupVersions-_id_)

Get information about a specific draft version of a subscription group.

[`List the localizations of a subscription group version`](/documentation/AppStoreConnectAPI/GET-v1-subscriptionGroupVersions-_id_-localizations)

List the localized custom names captured in a draft version of a subscription group.

[`Get the resource IDs of the localizations of a subscription group version`](/documentation/AppStoreConnectAPI/GET-v1-subscriptionGroupVersions-_id_-relationships-localizations)

Get the related resource IDs for the localizations captured in a draft version of a subscription group.

[`List the versions of a subscription group`](/documentation/AppStoreConnectAPI/GET-v1-subscriptionGroups-_id_-versions)

List the draft versions of a subscription group.

[`Get the resource IDs of the versions of a subscription group`](/documentation/AppStoreConnectAPI/GET-v1-subscriptionGroups-_id_-relationships-versions)

Get the related resource IDs for the draft versions of a subscription group.

### Objects

[`object SubscriptionGroupVersion`](/documentation/AppStoreConnectAPI/SubscriptionGroupVersion)

A draft version of a subscription group that captures its localized metadata for App Review submission.

[`object SubscriptionGroupVersionCreateRequest`](/documentation/AppStoreConnectAPI/SubscriptionGroupVersionCreateRequest)

The request body you use to create a draft version of a subscription group.

[`object SubscriptionGroupVersionLocalizationsLinkagesResponse`](/documentation/AppStoreConnectAPI/SubscriptionGroupVersionLocalizationsLinkagesResponse)

A response with the related resource identifiers for a subscription group version’s localizations.

[`object SubscriptionGroupVersionResponse`](/documentation/AppStoreConnectAPI/SubscriptionGroupVersionResponse)

The response body for endpoints that create or read a subscription group version.

[`object SubscriptionGroupVersionsLinkagesResponse`](/documentation/AppStoreConnectAPI/SubscriptionGroupVersionsLinkagesResponse)

A response with the related resource identifiers for the versions of a subscription group.

[`object SubscriptionGroupVersionsResponse`](/documentation/AppStoreConnectAPI/SubscriptionGroupVersionsResponse)

The response body for endpoints that list subscription group versions.



---

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)