@gradientedge/commercetools-utils
    Preparing search index...

    Interface ProductSearchMatchingVariantEntry

    interface ProductSearchMatchingVariantEntry {
        id: number;
        sku?: string;
    }
    Index

    Properties

    Properties

    id: number

    id of the ProductVariant that matches the search query.

    sku?: string

    sku of the ProductVariant that matches the search query.