--- title: MetaobjectField - Customer API description: Provides the value of a Metaobject field. api_version: 2026-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/objects/MetaobjectField' md: 'https://shopify.dev/docs/api/customer/latest/objects/MetaobjectField.md' --- # Metaobject​Field object Provides the value of a Metaobject field. ## Fields * key [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The field key. * reference [Metafield​Reference](https://shopify.dev/docs/api/customer/latest/unions/MetafieldReference) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A referenced object if the field type is a resource reference. * type [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The type name of the field. See the list of [supported types](https://shopify.dev/apps/metafields/definitions/types). * value [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The field value. *** ## Map ### Fields with this object * [Metaobject.field](https://shopify.dev/docs/api/customer/latest/objects/Metaobject#field-Metaobject.fields.field) * [Metaobject.fields](https://shopify.dev/docs/api/customer/latest/objects/Metaobject#field-Metaobject.fields.fields)