Shopify Tip: Using the Tags Field to Add Additional Product Attributes and Export Them Separately With EZ Exporter

The standard way to add additional attributes to Shopify product data is to use Metafields.  Metafields are quite flexible with many supported data types.  You can also attach custom metafields to individual product variants.

However, to add metafields to your Shopify data, you'll need to do this either via the Shopify API or use another app as there's currently no option to add metafields in the Shopify Admin.

An alternative option for adding additional product attributes is to utilize the …

Read more

EZ Exporter Update: Filtering by User-Defined Fields Now Available

Our EZ Exporter app has had the option to add custom filters based on standard Shopify fields for a long time now.  There are many Shopify fields to choose from and this has worked very well for the vast majority of our users.

However, there had been cases where our more advanced users needed even more advanced filtering based on custom metafields or the output of calculated field formulas.

We've just pushed an update to handle these scenarios where our …

Read more

EZ Exporter Update: Python Syntax Highlighting and Variable Autocompletion Now Supported in Calculated Fields

Our Calculated Fields feature is one of the features that many of our customers have told us they find really useful in EZ Exporter as it provides so much flexibility for manipulating data on export.

For a long time, the input field to enter the formulas was just  a simple text field.  In most cases, this was fine as most users don't require very complex formulas.

But for our more advanced users, they sometimes need to use very complex formulas …

Read more

EZ Exporter Update: Multi-Currency / International Pricing Now Supported When Exporting Shopify Product Data

Shopify has recently added international pricing (multi-currency) support to the Product API and we've added support for it in EZ Exporter as well.

The International Pricing feature allows merchants to set different prices based on the the customer's payment currency.  This setting can be enabled via the Shopify Admin > Settings > Payments > Shopify Payments. 

From this page, you can control the exchange rate and additional price adjustments by country/currency.  For example, you can set a rule so prices in CAD will …

Read more

EZ Exporter: February 2021 Updates

Below is a list of things we've been working on in February for our Shopify data export app, EZ Exporter.  These are now live in the app.

New fields for Order data export

The following fields are now available when exporting order data.

  • total_outstanding
  • test
  • line_items.product.pubished_at

New sort by fields for Order data export

You can now sort the order data on export by the following fields:

  • Last Successful Fulfillment Date
  • Last Successful Transaction Date

Upgrade to API version 2021-01 …

Read more