Skip to main content
Anchor to TaxonomyCategoryAttribute

TaxonomyCategoryAttribute

union

A product taxonomy attribute interface.

•OBJECT

A Shopify product taxonomy attribute.

•ID!
non-null

A globally-unique ID.

•OBJECT

A Shopify product taxonomy choice list attribute.

•ID!
non-null

The unique ID of the TaxonomyAttribute.

•String!
non-null

The name of the product taxonomy attribute. For example, Color.

•TaxonomyValueConnection!
non-null

A list of values on the choice list attribute.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.


•OBJECT

A Shopify product taxonomy measurement attribute.

•ID!
non-null

The unique ID of the TaxonomyAttribute.

•String!
non-null

The name of the product taxonomy attribute. For example, Color.

•[Attribute!]!
non-null

The product taxonomy attribute options.


Was this section helpful?

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.


Was this section helpful?