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

EZ Exporter: January 2021 Updates

It's that time of the month again!

Below is a ist of updates that we've made to our EZ Exporter app last month.

New condition options for Custom Filters

We've added 2 new conditions you can use in the Custom Filters:

  • is greater than or equal to
  • is less than or equal to

Tooltip improvements

The tooltips in the Fields section of the Data Settings now shows the default label and the field's data type.

A button has been added …

Read more

Shopify Tip: How to Retrieve Product Images in Different Sizes Via the Image URL

Did you know that you can specify the image dimensions of your Shopify product images via its URL?  This could come in handy for generating product feeds that require specific image dimensions.

For example, you may need to generate a product feed that requires a field for the image thumbnail URL.  Instead of re-uploading the thumbnail version of the images, you can actually just add a width and height parameter directly in the original full image URL.

To demonstrate this, …

Read more