@gradientedge/commercetools-utils
    Preparing search index...

    Interface VariantAttributesAttributeMetadata

    Metadata about a requested Attribute, derived from the ProductType.

    interface VariantAttributesAttributeMetadata {
        label: LocalizedString;
        name: string;
        type: string;
    }
    Index

    Localized label of the Attribute as defined in the ProductType. Subject to locale projection if localeProjection is specified.

    name: string

    Name of the Attribute as defined in the ProductType.

    type: string

    Name of the AttributeType, for example boolean, text, ltext, enum, lenum, number, money, date, time, datetime, reference, set, or nested.