---
title: SubscriptionMigrateResponse
framework: advancedcommerceapi
role: symbol
role_heading: Object
path: advancedcommerceapi/subscriptionmigrateresponse
---

# SubscriptionMigrateResponse

A response that contains signed renewal and transaction information after a subscription successfully migrates to the Advanced Commerce API.

## Declaration

```data
object SubscriptionMigrateResponse
```

## Properties

signedRenewalInfo: Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format, for the migrated subscription. signedTransactionInfo: Transaction information signed by the App Store, in JSON Web Signature (JWS) Compact Serialization format, for the migrated subscription.

## Discussion

Discussion This is the response body for the Migrate a Subscription to Advanced Commerce API endpoint.

## See Also

### Migration from the server

- [Migrate a Subscription to Advanced Commerce API](advancedcommerceapi/migrate-subscription-to-advanced-commerce-api.md)
- [SubscriptionMigrateRequest](advancedcommerceapi/subscriptionmigraterequest.md)
- [SubscriptionMigrateItem](advancedcommerceapi/subscriptionmigrateitem.md)
- [SubscriptionMigrateRenewalItem](advancedcommerceapi/subscriptionmigraterenewalitem.md)
- [SubscriptionMigrateDescriptors](advancedcommerceapi/subscriptionmigratedescriptors.md)
