Skip to main content

AssignedVariantAttribute Object

Represents assigned attribute to variant with variant selection attached.

type AssignedVariantAttribute {
attribute: Attribute!
variantSelection: Boolean!
}

Fields

AssignedVariantAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to variant.

AssignedVariantAttribute.variantSelection ● Boolean! non-null scalar miscellaneous

Determines, whether assigned attribute is allowed for variant selection. Supported variant types for variant selection are: ['dropdown', 'boolean', 'swatch', 'numeric']

Member Of

ProductType object