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.

•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

The details of a specific product category within the Shopify product taxonomy.

•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?