--- title: Create custom objects with the new Metaobjects API - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/create-custom-objects-with-the-new-metaobjects-api md: https://shopify.dev/changelog/create-custom-objects-with-the-new-metaobjects-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2023 Tags: * API * 2023-01 # Create custom objects with the new Metaobjects API As of 2023-01, we're introducing a new Admin API to allow you to create custom data structures called **Metaobjects**. Similar to metafields, which enable custom fields to be associated with core resources in Shopify, Metaobjects provide a way to create and associate entirely new data models. The API enables you to do the following: * Define objects with granular access control on how merchants and apps can interact with them. * Create entries of custom defined objects and make them publishable to storefronts.