Skip to content
DataEase
Try for free

Metafields

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

¹ A json value longer than 2,000,000 characters is rejected before it is sent to Shopify, with a clear row error (“…the maximum length of a JSON metafield value is 2,000,000 characters”). Shopify may apply a lower limit of 128 KB to JSON values for some apps; if Shopify rejects a value for its size, the row shows that error.

See full metafield limits →


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.