--- title: Introducing standardized and custom product types to GraphQL Admin API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/introducing-standardized-and-custom-product-types-to-graphql-admin-api md: https://shopify.dev/changelog/introducing-standardized-and-custom-product-types-to-graphql-admin-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2022 Tags: * API * 2022-01 # Introducing standardized and custom product types to GraphQL Admin API We’ve added two new fields to the Product object, [standardizedProductType](https://shopify.dev/api/admin-graphql/2022-01/objects/Product#field-product-standardizedproducttype) and [customProductType](https://shopify.dev/api/admin-graphql/2022-01/objects/Product#field-product-customproducttype). The standardized type is a new data primitive that links products to the [Shopify Product Taxonomy](https://help.shopify.com/en/manual/products/details/product-type). We use this today to determine product eligibility for the Shop app and as a part of our BFCM Notebook. We will see future experiences using the standardized product type. The custom type provides further granularity than the standardized type allows. For more information on Product Taxonomy, visit our [developer documentation](https://shopify.dev/api/admin-graphql/2022-01/queries/productTaxonomy?shpxid=2b1b04af-4F8B-4F6D-BA21-580CE6B4CA21).