@apple/app-store-server-library
    Preparing search index...

    Interface AdvancedCommerceSubscriptionPriceChangeRequest

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

    SubscriptionPriceChangeRequest

    interface AdvancedCommerceSubscriptionPriceChangeRequest {
        currency?: string;
        items: AdvancedCommerceSubscriptionPriceChangeItem[];
        requestInfo: AdvancedCommerceRequestInfo;
        storefront?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    currency?: string

    The currency of the prices.

    currency

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

    SubscriptionPriceChangeItem

    The metadata to include in server requests.

    RequestInfo

    storefront?: string

    The App Store storefront of the subscription.

    storefront