> For the complete documentation index, see [llms.txt](https://support.duplifyapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.duplifyapp.com/using-duplify/exporting-data/metaobjects.md).

# Metaobjects

Learn how to export metaobjects with Duplify.

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="https://4129238946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCM4xkyJJ2ENBBxpjDRb4%2Fuploads%2FRzHiiO65bsF9pZVYh8Ti%2Fmo-entry-example.jpg?alt=media&amp;token=98dbfd85-6d58-4602-a3b0-cfd60fbb45c9" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
