Importing Tax Lines to Shopify

We've pushed an update to EZ Importer which allows you to provide tax lines with your imports. To configure your imports to use tax lines you need to map the columns in your CSV file with tax line data using the data mapper.

If you need to import multiple tax lines per order you can click the Add Tax Line Row button on the bottom right hand side of the Tax Lines tab. This will add another set of tax …

Read more

Shopify Tip: How to View the Raw JSON Data of an Order, Product, or Customer Through the Shopify Admin

Did you know that you can view the raw data of an order, product, or customer by simply appending ".json" to the URL while logged in to the Shopify admin?

This is a pretty neat trick as it allows you to view data that's not even visible in the Shopify Admin pages. The data shown here is in JSON format, which is basically the same data that you'll see when using the Shopify API.

All you have to do is: …

Read more

New Functions: to_list() and search_list() Now Available in EZ Exporter

We've recently added 2 new functions which can be used in the formulas of our app, EZ Exporter. These functions could come in handy for fields such as tags where you may need to filter them based on specific values.

to_list(data, separator=",")

Convert text data into a list/array.

For example, a tags field data may look something like this: "men, xxl, sale"

Applying this function like this:

to_list({{ tags }})

Will return this result: ['men', 'xxl', 'sale']

This is …

Read more

EZ Exporter: Re-Download Your Shopify Data Exports

We've just pushed an update to EZ Exporter to allow our users to be able to re-download files that were previously generated within our app. Note that this feature is currently only available to users subscribed to the Professional or Premium plans.

We have our systems set up to keep a temporary backup of all exported files. Professional plan subscribers can re-download those files generated within the last 30 days and 90 days for Premium plan subscribers.

A few use …

Read more

Import Your Kickstarter Campaign to Shopify

Congratulations you've completed a successful Kickstarter campaign. This is quite an accomplishment! Now that you've raised funding for your product it's time to start thinking about how you're going to fulfill them through your Shopify store. Importing external orders to Shopify can be stressful and scary. We're here to try and help take away some of that stress. Our app EZ Importer was built to try and make this process a little easier.

Export Your Backers from Kickstarter

EZ Importer …

Read more