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

EZ Exporter: Order Metafields Now Available

Order Metafields support has been added to EZ Exporter. Together with Product Metafields and Product Variant Metafields, EZ Exporter now provides you with a way to pull pretty much any data you can think of from your orders and generate your own custom CSV reports.

As usual, you can specify your own column names and their position in the exported file.

Read more

EZ Exporter: SFTP (SSH) Support Now Available

SFTP, also known as "FTP over SSH", is now supported by EZ Exporter.

By default, our server will connect to your SFTP server via the standard SSH port 22. However, you can override this by appending the port name to your server's hostname or IP address.

For example:

sftp.mydomain.com:22444

or

102.323.23.23:22444
Read more

EZ Exporter: Duplicate Export Profiles and Data Settings Option

One of our customers requested this feature and we thought it makes a lot of sense so we've added it. With so many options and customizations available in EZ Exporter, we understand that adding this feature could greatly improve the user experience.

For instance, we have customers who need to create a separate Data Settings, with the same fields selected, but different filters. With the new copy/duplicate option, the user can do this in a couple of seconds.

The …

Read more

EZ Exporter: Product Variant Metafields Now Available

EZ Exporter has had the ability to export Product Metafields for some time now, but not Product Variants. We've recently finally added support to export Product Variant Metafields.

This option allows Shopify store owners to export custom field data they've added to their product variants. In addition, other standard Shopify fields that Shopify themselves store in the Product Variant Metafields, such as the HS Tariff code, can now be exported as well.

To export the HS Tariff Code assigned to …

Read more