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

    Interface AdvancedCommerceInfo

    A response object you provide to present an offer or switch-plan recommendation message.

    advancedCommerceInfo

    interface AdvancedCommerceInfo {
        advancedCommerceData?: string;
        messageIdentifier?: string;
    }
    Index

    Properties

    advancedCommerceData?: string

    A Base64-encoded JSON object which contains a JWS describing an offer or switch-plan recommendation.

    advancedCommerceData

    messageIdentifier?: string

    The identifier of the message to display to the customer, along with the offer or switch-plan recommendation provided in advancedCommerceData.

    messageIdentifier