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

    Interface AdvancedCommerceRequestInfo

    The metadata to include in server requests.

    RequestInfo

    interface AdvancedCommerceRequestInfo {
        appAccountToken?: string;
        consistencyToken?: string;
        requestReferenceId: string;
    }
    Index

    Properties

    appAccountToken?: string

    A UUID that represents an app account token, to associate with the transaction in the request.

    consistencyToken?: string

    The value of the advancedCommerceConsistencyToken that you receive in the JWSRenewalInfo renewal information for a subscription. Don't generate this value.

    advancedCommerceConsistencyToken

    requestReferenceId: string

    A UUID that you provide to uniquely identify each request. If the request times out, you can use the same requestReferenceId value to retry the request. Otherwise, provide a unique value.