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

    Interface CompatibleProductsResponse

    interface CompatibleProductsResponse {
        products?: CompatibleProduct[];
        proposals?: CompatibleProposal[];
        feed_version?: string;
        pricing_version?: string;
        unchanged?: true;
        next_cursor?: string;
        pagination?: PaginationResponse;
        cache_scope?: "account" | "public";
        errors?: CompatibleErrors;
        context?: CompatibleContext;
        raw: ListProductsResponse | CanonicalGetProductsResponse;
    }
    Index

    Properties

    products?: CompatibleProduct[]

    Present only when the seller returned product rows (conditional reads may return only unchanged).

    proposals?: CompatibleProposal[]
    feed_version?: string
    pricing_version?: string
    unchanged?: true
    next_cursor?: string

    Lifecycle-neutral cursor for the next page.

    pagination?: PaginationResponse
    cache_scope?: "account" | "public"
    errors?: CompatibleErrors
    context?: CompatibleContext
    raw: ListProductsResponse | CanonicalGetProductsResponse

    SDK-returned source object, retained for fields outside the stable compatibility view.