---
title: MetafieldIdentifier - Customer API
description: 'Identifies a metafield by its owner resource, namespace, and key.'
api_version: 2026-07
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/MetafieldIdentifier'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/MetafieldIdentifier.md'
api_name: customer
api_type: graphql
type: object
---

# Metafield​Identifier

object

Identifies a metafield by its owner resource, namespace, and key.

## Fields

* key

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The key of the metafield.

* namespace

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The namespace of the metafield.

* owner​Id

  [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID)

  non-null

  GID of the owner resource that the metafield belongs to.

***

## Map

No referencing types

***

## Mutations

* [metafields​Delete](https://shopify.dev/docs/api/customer/latest/mutations/metafieldsDelete)

  mutation

  Deletes multiple metafields in bulk.

  * metafields

    [\[Metafield​Identifier​Input!\]!](https://shopify.dev/docs/api/customer/latest/input-objects/MetafieldIdentifierInput)

    required

    ### Arguments

    A list of identifiers specifying metafields to delete. At least one identifier must be specified.

  ***

***

## MetafieldIdentifier Mutations

### Mutated by

* [metafields​Delete](https://shopify.dev/docs/api/customer/latest/mutations/metafieldsDelete)
