@coveo/headless-react
    Preparing search index...

    Interface RegisterProductEnrichmentOptionsPayload

    interface RegisterProductEnrichmentOptionsPayload {
        placementIds?: string[];
        productId?: string;
    }
    Index

    Properties

    placementIds?: string[]

    An array of placement IDs to fetch badges for.

    productId?: string

    The product ID to fetch badges for.