# Enhanced variant query limits for single product queries — Shopify developer changelog --- ## Enhanced variant query limits for single product queries As of the **2025-01** version of the GraphQL Admin API, you can now use a limit of up to 2000 variants when running a query on a single product, such as `product` or `productByHandle`. This enhanced limit does not apply if you make multiple queries in one request, or are accessing the variants any other way except through the `variants` connection. Learn more about the [product](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Product) object on [Shopify.dev](https://shopify.dev/). *Published: January 01, 2025* Tags: API, Update Link: https://shopify.dev/changelog/enhanced-variant-query-limits-for-single-product-queries ---