How to Add Customer, Order, Variants, and Product Metafields Info?
To add customer, order, product, or variant metafields to your export, follow these steps:
- Click Add Field and search for the appropriate Metafields field (Customer, Order, Product, or Product Variant Metafields).
- Add the required Metafields field to your export.

- Enter the Namespace and Key of the metafield in the provided fields.

- Rename the default field (for example, Product Metafields by namespace and key) to a unique and meaningful name, such as Custom Key 1, to make it easier to identify.

Obtaining the Namespace and Key
You can find the namespace and key in your Shopify admin:
Settings → Custom Data → Select the relevant resource (Customer, Order, Product, or Variant) → Open the metafield definition.Copy the Namespace and Key values and enter them into the corresponding fields in the app.

Using Metafields in XML
If you are exporting data in XML format, you can reference the metafield using Liquid syntax. For example:
<artikel_id>{{ item['Product Variant Metafields (User-defined)'] }}</artikel_id>Replace Product variant metafield by user-defined title with the name of the metafield field you added if it has been renamed.
Updated on: 09/07/2026
Thank you!
