Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

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

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

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

    theme: string

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