How can I add a column in the Shopify order export to determine whether a customer is "new or returning"?
The Shopify Order API endpoint doesn't have a field for "new or returning customer". However, there's a field called custo…
The Shopify Order API endpoint doesn't have a field for "new or returning customer". However, there's a field called custo…
The Shopify Order API doesn't have a field for the order's current status, but what we can do instead is look at the closed_at and cancelled_…
Shopify doesn't have a "Sale Price" field in the backend. It instead uses a field called "Compare At Price" which basically m…
You may want to add a delay to your order CSV exports based on the order's created date if you allow your customers to edit or cancel orders with…
You might want to pad your data with zeros to make sure it's of a certain length. This could come in handy when sorting string data or for …
EZ Exporter has a direct Google Sheets integration where you can push new abandoned checkouts directly to an existing Google Sheets spreadsheet.…
EZ Exporter has a direct Google Sheets integration where you can push new orders directly to an existing Google Sheets spreadsheet. 1. Create…
You can use the formula below in the Calculated Fields to automatically include the country dial code (e.g. +44) to the shipping address' phone n…
Quick YouTube video demo: https://youtu.be/H99ukw4e-Lo EZ Exporter supports an "Analytics" Data Settings where you can simply copy/…
You'll need to create 2 sets of Export Profiles and Data Settings in this case, where you would do the following: configure Custom Filters …
Note: Google Merchant Center also supports reading from an existing Google Sheets spreadsheet. Since EZ Exporter also has a direct Google Sheet…
You can use the formula below in the Calculated Fields section of the Data Settings to calculate the number of days from when an order…
You can use the formula below in the Calculated Fields section of the Data Settings to calculate the number of days from when an order…
In EZ Exporter, it's possible to subtract 2 dates and get the number of days between them using Calculated Fields.For example, you might want a custo…
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use this formula …