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

Properties

Properties

id: number

id of the ProductVariant that matches the search query.

sku?: string

sku of the ProductVariant that matches the search query.