@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface LegacyPurchaseContinuationRecord

    Durable state behind a projected legacy_create continuation. The complete observed response is retained so an implementation can audit that product and pricing data was never substituted between discovery and mutation.

    interface LegacyPurchaseContinuationRecord {
        principalScope: string;
        accountScope: string;
        sellerScope: string;
        clientSessionScope: string;
        sourceAdcpVersion: LegacyPurchaseSourceVersion;
        discoveryContextId?: string;
        token: string;
        expiresAt: string;
        issuanceFingerprint: string;
        discoveryRequestFingerprint: string;
        observedResponse: unknown;
        productIds: string[];
        losses: LegacyPurchaseLoss[];
        operation: LegacyPurchaseOperation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    principalScope: string
    accountScope: string
    sellerScope: string
    clientSessionScope: string

    Authenticated seller/account session scope; never a bearer or secret.

    sourceAdcpVersion: LegacyPurchaseSourceVersion
    discoveryContextId?: string

    A2A conversation identity observed during discovery, when one exists.

    token: string
    expiresAt: string
    issuanceFingerprint: string

    Stable identity for one discovery operation and its exact response.

    discoveryRequestFingerprint: string
    observedResponse: unknown
    productIds: string[]