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

    The variation theme is a list of Amazon catalog item attributes that define the variation family.

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

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

    theme?: string

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