@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface GetProductsResponse

    Response payload for get_products task

    interface GetProductsResponse {
        products: Product[];
        proposals?: Proposal[];
        errors?: Error[];
        property_list_applied?: boolean;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    products: Product[]

    Array of matching products

    proposals?: Proposal[]

    Optional array of proposed media plans with budget allocations across products. Publishers include proposals when they can provide strategic guidance based on the brief. Proposals are actionable - buyers can refine them via subsequent get_products calls or execute them directly via create_media_buy.

    errors?: Error[]

    Task-specific errors and warnings (e.g., product filtering issues)

    property_list_applied?: boolean

    [AdCP 3.0] Indicates whether property_list filtering was applied. True if the agent filtered products based on the provided property_list. Absent or false if property_list was not provided or not supported by this agent.

    context?: ContextObject
    ext?: ExtensionObject