# Metaobjects

Metaobjects let you store structured information in your Shopify store. They group related metafields together, making it easier to manage complex data that isn’t covered by standard Shopify categories.

Common use cases include:

* Product attributes not supported by standard fields
* Custom collections of data like colors, materials, or specifications

Metaobjects are found under **Content** in the Shopify admin.

***

## Exporting metaobjects

Duplify exports all metaobject definitions that you created in your source store.

* Definitions contain the primary structure for your data.
* Values within metaobjects (e.g., images, color codes, text) are exported separately under related categories like Products, Collections, Customers, Orders, or Blog posts.
* A metaobject export focuses on the definitions, not the associated data.

### Example

Metaobject for colors might include:

* images
* base color names
* patterns
* HEX codes
* image handles

Each of these fields is part of the metaobject definition exported by Duplify.

The following metaobject `Color` holds data about colors. It shows two entries.

<figure><img src="/files/9MvQp3OJ0Fq1bv4uQfRZ" alt=""><figcaption><p>Metaobject for Color with individual entries</p></figcaption></figure>

***

## Export events

Duplify tracks export events to determine the size of your store’s export. Each event represents one data item or file. Your plan provides a specific number of monthly export events.

#### Metaobject export events

* Metaobject definitions export with unlimited events.
* You don’t need to track metaobject definitions against your monthly export events.
* Metaobject entries still follow the standard export event rules under their related categories.

For a full overview of how Duplify counts export events, visit our [Export events](#export-events) reference guide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.duplifyapp.com/using-duplify/exporting-data/metaobjects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
