EZ Exporter Calculated Fields - For Loops via List Comprehension
EZ Exporter only supports one-line formulas. "For Loops" can be accomplished in a one-line formula by using a "List Comprehensio…
EZ Exporter only supports one-line formulas. "For Loops" can be accomplished in a one-line formula by using a "List Comprehensio…
Functions allow for greater flexibility when manipulating data. You can combine multiple functions in a single formula (e.g. use the output of a func…
Text operations let you manipulate text fields in your report. AVAILABLE OPERATORS +, Combines texts (e.g. {{ text_field }} + "hello&qu…
You can find the Custom Fields option in the Data Settings. With Custom Fields, you can include additional columns in your report based on the…
You can filter your data further using Custom Filters, which can be found in the Data Settings. Custom Filters give you the flexibility to fil…
You can apply a custom date/time format in EZ Exporter in 2 ways: Apply the same format to all standard Shopify datetime fields (via the &…
We provide additional options for further customization of your reports. Exclude Columns You can enter a comma-separated list of column names h…
The Grouping and Aggregation feature can be found in the Data Settings of EZ Exporter. "Grouping and Aggregation" allows you to create s…
You can find the Metafields option in the Data Settings. There may be cases where you'd want to include custom fields stored in Shopify Me…
The following fields can be used in the Custom Fields or Calculated Fields of any type of data export. The leading underscore is intentional to avoid…
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 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 …
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…