# How to get Metaobject field key

You can learn more about what Metaobjects is: <https://help.shopify.com/en/manual/custom-data/metaobjects>

**Metaobject fields:** which define the type of content you want to display in the metaobject. E.g: you define metaobject as **Designer**, you would define the fields as **name, description, photo ...**

**Metaobject field key:** This is used to identify a specific field.

To get the metaobject field key, follow the steps below:

1. Go to your **store admin -> Settings**

![](https://18485717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCzuOkAOl5qfbBdbB78Ru%2Fuploads%2FHbbprBmUJsEOQEr5UrqS%2Fimage.png?alt=media\&token=fb8d2d46-a350-4a7d-83b3-00c4c1874e22)

2. Go to **Custom data -> Select a metaobject definition**

<figure><img src="https://18485717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCzuOkAOl5qfbBdbB78Ru%2Fuploads%2FkPV8b2kDF240al3ruZRz%2Fimage.png?alt=media&#x26;token=b6b1c5b5-ba63-486f-aa2b-0c1f9d28f04e" alt=""><figcaption></figcaption></figure>

3. In the **Fields** section, You can see 2 field names: **name, description**. At the bottom of field name, you can see 2 values: **designer.name**, **designer.description**. They are field keys. Our app will need the suffix of the key for creating search fields, so we need the key as **name** for name field, **description** for description field.

<figure><img src="https://18485717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCzuOkAOl5qfbBdbB78Ru%2Fuploads%2FufUvpVNBDSE390ZcJQAm%2Fimage.png?alt=media&#x26;token=b5cb1439-831f-4dc5-b23c-d9e62fe82437" alt=""><figcaption></figcaption></figure>
