Variation theme indicating the combination of Amazon item catalog attributes that define the variation family.

Export

ItemVariationTheme

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

Properties

Properties

attributes?: string[]

Names of the Amazon catalog item attributes associated with the variation theme.

Memberof

ItemVariationTheme

theme?: string

Variation theme indicating the combination of Amazon item catalog attributes that define the variation family.

Memberof

ItemVariationTheme