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 Inventory Update: Get Notified by Email When an Inventory Update Error Occurs

We've added a new "Notfications" section in the Data Feed settings of EZ Inventory to allow merchants to be notified via email if a new error occurs during an inventory update.

Simply tick the checkbox for "Notify on error", enter the email recipient(s), and select the error types to enable this feature.

You'll get the notification only when a new error occurs.  It automatically resets after a successful run or if you update the Data Feed settings.

For example, if …

Read more

EZ Inventory Update: Case-Insensitive Variant Matching Option Now Available

We'eve just pushed an update to our EZ Inventory app to provide an option for case-insensitive matching when perofroming variant lookups by SKU, barcode, product title, or a custom variant metafield value.

We've seen a few cases in the past where the supplier's feed may use all uppercase for the SKU while the rmerchant may use all lowercase in Shopify (or vice versa).  We already have an option for manipulating the supplier feed data before doing a lookup via our …

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