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;
}

Properties

Properties

name: "nested"
typeReference: ProductTypeReference

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

Generated using TypeDoc