---
title: "Metadata API"
url: "https://docs.unified.to/metadata/overview"
description: "API reference for Metadata API. Launch multiple pre-built Metadata integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-12T19:00:42.687Z"
---
# Metadata API

The Metadata API provides a seamless way to view additional object definitions (i.e., metadata).

The Metadata **objects** field will display unified object types as keys, and the corresponding values will be arrays of IDs associated with those objects.

For example:

```
{
  "objects": {
    "commerce_item": ["item1", "item2"],
    "commerce_collection": ["collection1", "collection2"],
    "commerce_item_variant": ["variant1", "variant2"]
  }
}

```

The Metadata API enhances the `commerce_metadata `object, which is being deprecated. The API is being released starting with **commerce\_item**, **commerce\_collection**, and **commerce\_item\_variant** with expanded support for other unified models coming in the future.

[![Run In Postman](https://run.pstmn.io/button.svg)](https://god.gw.postman.com/run-collection/16228585-c29da10b-4d4b-42e9-8c66-182bdff740ec?action=collection%2Ffork&source=rip%5Fmarkdown&collection-url=entityId%3D16228585-c29da10b-4d4b-42e9-8c66-182bdff740ec%26entityType%3Dcollection%26workspaceId%3D0a62ef4e-9382-41f4-8a59-44c03de1e0d5)

## [Data Model](#data-model)

METADATA data model

SVG fallback viewer

[Open SVG](/images/models/UnifiedMetadata.svg)

Loading diagram...

 Share [](http://www.linkedin.com/sharing/share-offsite/?mini=true&url=%2Fmetadata%2Foverview&title=Metadata%20API&summary= "Share to LinkedIn")[](http://www.twitter.com/share?url=%2Fmetadata%2Foverview&text=Metadata%20API&summary= "Share to Twitter")[](http://www.reddit.com/submit?url=%2Fmetadata%2Foverview&title=Metadata%20API&summary= "Share to Reddit")[](https://news.ycombinator.com/submitlink?u=%2Fmetadata%2Foverview&t=Metadata%20API&summary= "Share to Hacker News")

[Enriching Unified Objects with Custom Metadata](/guides/enriching%5Funified%5Fobjects%5Fwith%5Fcustom%5Fmetadata "Enriching Unified Objects with Custom Metadata")
