@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface BrandReference

    Brand reference for product discovery context. Resolved to full brand identity at execution time.

    interface BrandReference {
        domain: string;
        brand_id?: string;
    }
    Index

    Properties

    Properties

    domain: string

    Domain where /.well-known/brand.json is hosted, or the brand's operating domain

    brand_id?: string