@coveo/headless
    Preparing search index...

    Interface FetchBadgesPayload

    interface FetchBadgesPayload {
        placementIds?: string[];
        productId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    placementIds?: string[]

    An array of placement IDs to fetch badges for.

    productId?: string

    The product ID to fetch badges for.