EZ Exporter: Transaction Data Now Available

We've recently included transaction data to EZ Exporter. In the Order data settings, you will now see additional transaction-related fields that you can include in your CSV report.

We've added these as one of our customers needed the Authorization Key included in the CSV export. Below is a list of some of the transaction data you can now include:

  • authorization code
  • device ID
  • gateway
  • payment details (such as credit card company, CVV result code, etc.)
  • receipt
  • error code (such …
Read more

EZ Exporter: Product / Inventory Export Now Available

Product data export is now finally available in EZ Exporter!

With this update, you can now export your products, variants, and inventory data to CSV in addition to orders. Just like the Order data settings, you'll be able to create very customized reports using advanced custom filtering, custom fields, calculated fields, and metafields with the new Product export .

When creating a new Data Settings, you will see additional options to select whether you'd like to create one for …

Read more

EZ Exporter: Custom Date and Time Formats Now Available

We've just pushed a small update today to EZ Exporter to provide an option to select a custom date and time format.

By default, the Shopify API returns the date and time in ISO 8601 format which looks something like this:

2017-03-30T10:38:59-06:00

We recently received a question from a customer asking if there's a way to grab just the month and year. This is actually possible using Calculated Fields, but the formula is a bit complicated, so we decided to …

Read more

EZ Exporter: Dropbox Integration Now Available

In addition to sending reports via email, FTP, and SFTP, we've also recently added Dropbox support to EZ Exporter!

We use Dropbox here at Highview Apps ourselves for sharing all kinds of files. It makes our workflow much more efficient by not relying on email to share files. You can install Dropbox on pretty much any device, so this allows you to instantly access your reports on your phone, tablet, laptop, or desktop.

With Dropbox, you can easily share …

Read more

EZ Exporter: Retrieve Specific Field Attributes with the "search_attributes()" Function

One of our customers needed a way to pull a specific Line Item Property from his Shopify orders to his exported CSV file and assign it to a specific column.

We definitely see the value of being able to do something like this so we added a custom function called search_attributes() to be able to do this easily in the Calculated Fields.

For example, let's say you have a bunch of Line Item Properties like this:

subcategory: "Birthday Rings"
engraving: …
Read more