---
title: SubscriptionPriceChangeRequest
framework: advancedcommerceapi
role: symbol
role_heading: Object
path: advancedcommerceapi/subscriptionpricechangerequest
---

# SubscriptionPriceChangeRequest

The request body you use to change the price of an auto-renewable subscription.

## Declaration

```data
object SubscriptionPriceChangeRequest
```

## Properties

currency: The currency of the prices. items: An array that contains one or more SKUs and the changed price for each SKU. requestInfo: Metadata that identifies the request. storefront: The App Store storefront of the subscription.

## Discussion

Discussion This is the request body for the Change Subscription Price endpoint. The items array contains SubscriptionPriceChangeItem. Include one entry for each SKU within the subscription that has a price change.

## See Also

### Subscription price change from the server

- [Change Subscription Price](advancedcommerceapi/change-subscription-price.md)
- [SubscriptionPriceChangeResponse](advancedcommerceapi/subscriptionpricechangeresponse.md)
