Skip to main content

SelectedAttribute

Represents a selected attribute with its values

type SelectedAttribute {
attribute: Attribute!
values: [AttributeValue!]!
templated: Boolean!
}

Fields

SelectedAttribute.attribute ● Attribute! non-null object

The attribute definition

SelectedAttribute.values ● [AttributeValue!]! non-null object

Values of the attribute

SelectedAttribute.templated ● Boolean! non-null scalar

True if the selected attribute is provided by a product type or custom field template, false if manually assigned

Member Of

Category object ● Collection object ● Fulfillment object ● Product object ● ProductVariant object ● User object

Was this page helpful?