Taxonomy Category Attribute
A product taxonomy attribute interface.
Anchor to Possible typesPossible types
- TaxonomyAttribute (TaxonomyAttribute)
- TaxonomyChoiceListAttribute (TaxonomyChoiceListAttribute)
- TaxonomyMeasurementAttribute (TaxonomyMeasurementAttribute)
- •OBJECT
A Shopify product taxonomy attribute.
- •ID!non-null
A globally-unique ID.
- •ID!
- •OBJECT
A Shopify product taxonomy choice list attribute.
- •ID!non-null
The unique ID of the TaxonomyAttribute.
- Anchor to namename•String!non-null
The name of the product taxonomy attribute. For example, Color.
- Anchor to valuesvalues•Taxonomy
Value Connection! non-null A list of values on the choice list attribute.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
Arguments
- •ID!
- •OBJECT
A Shopify product taxonomy measurement attribute.
- •ID!non-null
The unique ID of the TaxonomyAttribute.
- Anchor to namename•String!non-null
The name of the product taxonomy attribute. For example, Color.
- Anchor to optionsoptions•[Attribute!]!non-null
The product taxonomy attribute options.
- •ID!
Anchor to Fields with this unionFields with this union
- •OBJECT
A product category within Shopify's standardized product taxonomy. Provides hierarchical organization through parent-child relationships, with each category tracking its ancestors, children, and level in the taxonomy tree.
Categories include attributes specific to their product type and navigation properties like whether they're root, leaf, or archived categories. The taxonomy enables consistent product classification across Shopify and integrated marketplaces.
- •CONNECTION
An auto-generated type for paginating through multiple TaxonomyCategoryAttributes.
- •OBJECT
An auto-generated type which holds one TaxonomyCategoryAttribute and a cursor during pagination.