Skip to main content

SelectedAttribute

Represents a selected attribute and values.

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

Fields

SelectedAttribute.attribute ● Attribute! non-null object

Name of an attribute displayed in the interface.

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

Values of an attribute.

SelectedAttribute.templated ● Boolean scalar

True if the selected attribute is provided by a product type or custom field template, false if the selection comes from a manual assignment instead of a template.

Member Of

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

Was this page helpful?