---
title: SubscriptionPriceChangeResponse
framework: advancedcommerceapi
role: symbol
role_heading: Object
path: advancedcommerceapi/subscriptionpricechangeresponse
---

# SubscriptionPriceChangeResponse

A response that contains signed JWS renewal and JWS transaction information after a subscription price change request.

## Declaration

```data
object SubscriptionPriceChangeResponse
```

## Properties

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

## Discussion

Discussion This is the response body for the Change Subscription Price endpoint.

## See Also

### Subscription price change from the server

- [Change Subscription Price](advancedcommerceapi/change-subscription-price.md)
- [SubscriptionPriceChangeRequest](advancedcommerceapi/subscriptionpricechangerequest.md)
