EZ Exporter Update: Return Tracking Numbers Now Available in Shopify Order Exports

EZ Exporter now supports exporting tracking info from Shopify Returns (via reverse fulfillment orders) when exporting Shopify Order data.

The data can be exported at the order level or line item level.  You can export the following fields:

  • tracking number
  • carrier name
  • tracking URL

If there are multiple tracking info records associated with the order or line item, the values will be separated by a comma.

You can use the following formulas in the Calculated Fields section of the Data …

Read more

EZ Exporter Update: Product Category Field Now Available in Shopify Order and Draft Order Exports

You can now include the Product Category when generating Shopify Order or Draft Order reports with EZ Exporter.

Simply select the field below to include it in your data exports:

  • line_items.product.category.name (Lineitem Product Category Name)

Note that this is a separate field from "Product Type", which is also available in the app.  The "Product Type" field is basically a custom category the merchant defines, while the "Product Category" field is a more standardized field.

You can also use this …

Read more

EZ Exporter Update: Return Dates Now Available in Shopify Order Exports

We've recently upgraded EZ Exporter to the latest version of the Shopify API (2025-07) which exposes the created_at and closed_at fields of Order Returns.

The following fields are now available in the app when creating a Data Settings for Order exports:

Order Level

returns.closed_at Returns Closed At Dates (type: text). A comma-separated list of return closed dates for this order.
returns.created_at Returns Created At Dates (type: text). A comma-separated list of return created dates for this order.
returns.last_return.created_at …
Read more

EZ Exporter Update: B2B Company Fields Now Available in Shopify Order Exports

EZ Exporter can now export Shopify B2B Company fields such as the Company Name, Company ID, Location Name, and Location ID when exporting order data.

To include these fields in your order data export, simply use the following variables in the Custom Fields or Calculated Fields of the Data Settings (we're intentionally not including them in the preset fields as these will only apply to a small number of our users):

  • {{ purchasing_entity.company.name }}
  • {{ purchasing_entity.company.external_id }}
  • {{ purchasing_entity.location.name }} …
Read more

EZ Exporter Update: New Product and Inventory Fields

We've added new fields to EZ Exporter's product exports.

New Product Category Fields

category.full_name Category Full Name (type: text). The full name of the taxonomy category. For example, Animals & Pet Supplies > Pet Supplies > Dog Supplies > Dog Beds.
category.name Category Name (type: text). The name of the taxonomy category. For example, Dog Beds.

Sample Output:

New Inventory Quantity Fields

In the past, only the "available" quantity was available for export.  This update now allows …

Read more