Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

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.

name
non-null

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

values
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.

name
non-null

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

options
non-null

The product taxonomy attribute options.


Was this section helpful?

Anchor to Fields with this unionFields with this union

CONNECTION

The attributes of the taxonomy category.

CONNECTION

A list of nodes that are contained in TaxonomyCategoryAttributeEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

OBJECT

The item at the end of TaxonomyCategoryAttributeEdge.


Was this section helpful?