@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias CanonicalOnlyProduct<P>

    CanonicalOnlyProduct: Omit<P, "format_ids"> & {
        format_options: V2ProductFormatDeclaration[];
    }

    A Product reduced to the canonical creative-format surface: format_options[] only, with the legacy format_ids[] removed. The read-side counterpart to a fully-migrated consumer — naive downstream code can no longer fall back to the stale { agent_url, id } shape and silently bypass the canonical model.

    Type Parameters

    • P