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

    Interface AttributeNestedType

    Attribute type for nesting Attributes based on some existing ProductType. It does not support isSearchable and is not supported in queries. The only supported AttributeConstraint is None.

    interface AttributeNestedType {
        name: "nested";
        typeReference: ProductTypeReference;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "nested"
    typeReference: ProductTypeReference

    Attributes that can be stored as nested Attributes of the current Attribute.