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

    Interface SearchMatchingVariant

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

    Properties

    Properties

    id: number

    Unique identifier of the variant.

    sku?: string

    SKU of the matching variant.