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

Properties

Properties

id: number

Unique identifier of the variant.

sku?: string

SKU of the matching variant.