# Improved `productTags`, `productVendors`, `productTypes` — Shopify developer changelog --- ## Improved `productTags`, `productVendors`, `productTypes` As of Admin GraphQL API `2025-01`, [`productTags`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productTags), [`productTypes`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productTypes), [`productVendors`](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productVendors) are available on `QueryRoot`. These are paginated lists of tags/types/vendors that have been added to products. Additionally, these can return more than `250` results at once. These fields were previously on the [`Shop`](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop) type, but did not support pagination and were capped at `250` results. *Published: December 17, 2024* Tags: API, New Link: https://shopify.dev/changelog/improved-producttags-productvendors-producttypes ---