--- title: Advanced Metafield & Metaobject Querying - 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/advanced-metafield-metaobject-querying md: https://shopify.dev/changelog/advanced-metafield-metaobject-querying.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 10, 2025 Tags: * Admin GraphQL API * 2026-01 # Advanced Metafield & Metaobject Querying We've expanded the resources that you can query by metafield value to include Companies and Company Locations. We've also expanded how you can query metafield values on Products, Orders, and Metaobject entries to include: * Greater than and less than comparisons * Prefix matching * Boolean operators (AND, OR, NOT) These work across more metafield types than before. No more fetching all resources and iterating through metafield values client-side. You can filter directly in your queries, and the query options now match how other properties are searchable on resources.