Skip to content
DataEase
Try for free

Metafield Definition

Metafields let you store custom data for products, orders, customers, and other resources in Shopify. They are useful for adding extra information like size guides, specifications, SEO data, or internal notes.

Learn more about metafields in Shopify →

With DataEase, you can import, export, and update metafields easily using dynamic columns in your files.


When you export data from DataEase, metafields are shown as dynamic columns. This means each metafield gets its own column in the file, using a specific naming format:

metafield {namespace}.{name} [{type}]

metafield global.description_tag [single_line_text_field]

This structure tells DataEase (and Shopify) which metafield you’re referring to, and in what format.


  • If a metafield is not in your import file, it will not be changed.
  • If a metafield is in the file but empty, it will be deleted from Shopify.
  • If a metafield has a value, it will be created or updated.

This makes it easy to manage metafields without overwriting data you don’t want to change.


Shopify supports a wide range of metafield types. You can see the full list here:

Use these types in your column headers when importing. For example:

metafield specs.material [multi_line_text_field] metafield shipping.weight [number_decimal]


Before working with metafields, be aware of the Shopify limits:

  • 250 definitions per resource type
  • 20 pinned definitions per resource type
TypeCharacter Limit
boolean65,000
color65,000
date65,000
date_time65,000
dimension65,000
id2,048
json2,000,000
link65,000
money65,000
multi_line_text_field65,000
number_decimal65,000
number_integer65,000
rating65,000
rich_text_field65,000
single_line_text_field65,000
url2,048
volume65,000
weight65,000

See full metafield limits →


🔐 Owner types and access (Admin API 2026-07)

Section titled “🔐 Owner types and access (Admin API 2026-07)”
  • Inventory transfers (TRANSFER) — metafield definitions of inventory transfers can be exported, imported, and copied between stores. Importing them needs the inventory transfers permission (read_inventory_transfers, write_inventory_transfers), which the app requests since 27 Sep 2026. Until the store owner opens DataEase and approves the updated permissions, TRANSFER rows fail with an error asking to approve them; all other rows import as usual.
  • Admin access (accessAdmin) in your own namespaces (for example custom) — Shopify allows only one value there, so DataEase doesn’t send accessAdmin for such definitions and Shopify applies it itself. A PUBLIC_READ / PUBLIC_READ_WRITE value in the file no longer causes a Shopify error.
  • Admin access in app namespaces ($app, app--…) — MERCHANT_READ and MERCHANT_READ_WRITE are sent as is; legacy PUBLIC_READ / PUBLIC_READ_WRITE values from older files are sent as MERCHANT_READ / MERCHANT_READ_WRITE.

Add custom SEO tags to products:

  1. Export products with DataEase
  2. Add a new column: metafield global.title_tag [single_line_text_field]
  3. Enter your SEO titles in the column
  4. Import the updated file - your metafields are now live!

  • Use the correct format in square brackets for each metafield.
  • Avoid overwriting important data - remove columns for fields you don’t want to change.
  • Use export to back up your current metafields before making changes.

Metafields are a powerful way to extend your Shopify store’s functionality. With DataEase, you can manage them efficiently - in bulk - and without needing to write code.

More columns DataEase supports for this entity:

  • accessAdmin — Admin access level for the metafield definition. Applied only to app namespaces (see Owner types and access above).
  • accessCustomer — Customer access level for the metafield definition.
  • accessStoreFront — Storefront access level for the metafield definition.
  • capabilitiesAdminFilterableEnabled — Indicates if admin filtering is enabled for the metafield.
  • capabilitiesAdminFilterableEligible — Eligibility status for admin filtering capability.
  • capabilitiesAdminFilterableStatus — Current status of admin filtering capability.
  • capabilitiesSmartCollectionConditionEnabled — Indicates if smart collection condition is enabled for the metafield.
  • capabilitiesSmartCollectionConditionEligible — Eligibility status for smart collection condition capability.
  • capabilitiesUniqueValuesEnabled — Indicates if unique values are enabled for the metafield.
  • capabilitiesUniqueValuesEligible — Eligibility status for unique values capability.
  • constraintsKey — Constraints applied to the metafield key.
  • constraintsValues — Constraints applied to the metafield values.
  • metafieldsCount — Number of metafields associated with the definition.
  • pinnedPosition — Indicates if the metafield is pinned in the admin.
  • metafieldsValidationStatus — Validation status of the metafields.
  • category — Category of the metafield definition.
  • description — Description of the metafield definition.
  • key — Key for the metafield definition.
  • name — Name of the metafield definition.
  • namespace — Namespace for the metafield definition.
  • ownerType — Type of owner associated with the metafield definition (for example PRODUCT, CUSTOMER, TRANSFER).
  • type — Data type of the metafield definition.
  • validations — JSON array of validations for the metafield definition.
  • deleteAssociatedMetafields — Indicates if associated metafields should be deleted.