# Introducing standardized and custom product types to GraphQL Admin API — Shopify developer changelog --- ## 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). *Published: January 01, 2022* Tags: API, New Link: https://shopify.dev/changelog/introducing-standardized-and-custom-product-types-to-graphql-admin-api ---