Contents

SubscriptionPriceChangeRequest

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

Declaration

object SubscriptionPriceChangeRequest

Properties

NameTypeDescription
currencycurrency

The currency of the prices.

items Required[SubscriptionPriceChangeItem]

An array that contains one or more SKUs and the changed price for each SKU.

requestInfo RequiredRequestInfo

Metadata that identifies the request.

storefrontstorefront

The App Store storefront of the subscription.

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