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

    Interface AdvancedCommerceSubscriptionPriceChangeItem

    The data your app provides to change a subscription price.

    SubscriptionPriceChangeItem

    interface AdvancedCommerceSubscriptionPriceChangeItem {
        dependentSKUs?: String[];
        price: number;
        SKU: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dependentSKUs?: String[]
    price: number
    SKU: string

    The product identifier of an in-app purchase product you manage in your own system.

    SKU