--- title: TaxonomyChoiceListAttribute - GraphQL Admin description: A Shopify product taxonomy choice list attribute. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/taxonomychoicelistattribute md: https://shopify.dev/docs/api/admin-graphql/latest/objects/taxonomychoicelistattribute.md --- # Taxonomy​Choice​List​Attribute object A Shopify product taxonomy choice list attribute. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null The unique ID of the TaxonomyAttribute. * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the product taxonomy attribute. For example, Color. * values [Taxonomy​Value​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/TaxonomyValueConnection) non-null A list of values on the choice list attribute. *** ## Map ### Possible type in * [Taxonomy​Category​Attribute](https://shopify.dev/docs/api/admin-graphql/latest/unions/TaxonomyCategoryAttribute) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-TaxonomyChoiceListAttribute Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)