---
title: Simplified Metafield 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/simplified-metafield-querying'
  md: 'https://shopify.dev/changelog/simplified-metafield-querying.md'
metadata:
  effectiveApiVersion: 2023-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2022-11-29T14:19:52-05:00'
  postedAt: '2023-01-01T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2023-01-01T00:00:00-05:00'
---

January 1, 2023

Tags:

* API
* 2023-01

# Simplified Metafield Querying

As of the **2023-01** Admin API release, you can optionally supply the `key` argument to metafield queries on resources in the format of `namespace.key` to simplify your queries on the `metafield` field. You will also be able to optionally supply the `keys` argument to the `metafields` connection as a list of strings in the same format. The key returned will also be in the format of `namespace.key`.
