Action RequiredAdmin GraphQL API2024-04
Taxonomy API
Shopify has introduced a public product taxonomy, serving as an open-source, standardized, and global classification of products sold on Shopify. This taxonomy, composed of product categories, attributes, and attribute values, is utilized across Shopify and integrated with numerous marketplaces. You can view the latest product taxonomy on our taxonomy explorer.
The new product taxonomy is now available in our public API with the 2024-04 release. This feature allows developers to navigate the taxonomy tree for categories, attributes, and values.
In order to support this change a number two existing APIs have been deprecated and replaced in favor of
Additionally the following changes have been made:
- The
type has been replaced with a
type.
- The
field on
Product
has been deprecated and replaced bycategory
. This field directly references the newtype.
Was this section helpful?