---
title: >-
  Simplify Metafield interaction with default namespaces - 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/simplify-metafield-interaction-with-default-namespaces
  md: >-
    https://shopify.dev/changelog/simplify-metafield-interaction-with-default-namespaces.md
metadata:
  effectiveApiVersion: 2023-10
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: true
  createdAt: '2023-08-15T14:08:32-04:00'
  postedAt: '2023-10-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:39-05:00'
  effectiveAt: '2023-10-01T00:00:00-04:00'
---

October 1, 2023

Tags:

* Action Required
* API
* 2023-10

# Simplify Metafield interaction with default namespaces

Starting from 2023-10, the Admin and Storefront GraphQL APIs have made the namespace field optional when creating, updating, or querying Metafields and Metafield Definitions. We have updated all relevant mutations and queries to accommodate this change. When working with Metafields from an App, the default namespace will be the [app reserved namespace](https://shopify.dev/docs/apps/custom-data/ownership).

This update does not affect API calls that explicitly specify a namespace. However, it simplifies the process of interacting with namespaces by removing the need to provide a namespace field when the default is suitable. As a result, Apps can now create and query Metafields without the requirement of specifying a namespace.

Learn more in the [Admin API](https://shopify.dev/docs/api/admin-graphql/2023-10/queries/metafield) and [Storefront API](https://shopify.dev/docs/api/storefront) documentation for Metafields.
