A variation theme that indicates the combination of listing item attributes that define the variation family.

ItemVariationTheme

interface ItemVariationTheme {
    attributes: string[];
    theme: string;
}

Properties

Properties

attributes: string[]

The names of the listing item attributes that are associated with the variation theme.

ItemVariationTheme

theme: string

The variation theme that indicates the combination of listing item attributes that define the variation family.

ItemVariationTheme