Can I pull the "pre_tax_price" field of the line items? EZ Exporter
Yes, you certainly can!However, since this field only applies to a small number of Shopify Plus users and not a documented field in the Shopify API, …
Yes, you certainly can!However, since this field only applies to a small number of Shopify Plus users and not a documented field in the Shopify API, …
Yes, you can! We've gotten this request from some of our customers whose suppliers' systems don't support accented/non-ASCII character…
Yes, this feature is available in our Professional Plan!If you've used Shopify Flow before, this will look very familiar. You can configure rules ba…
In the Data Feed settings of EZ Inventory, you can use the variable {{ * }} in the filename portion of the file path to search the list of files…
Yes, this is indeed possible! The following date/time variables are available, which are based on the current date and time (using the Shopif…
We provide additional flexibility when filtering date fields (such as the Created At, Updated At, and Processed At fields) in the Custom Fil…
You can find the Calculated Fields option in the Data Settings. With Calculated Fields, you can create a column in your report with a dynamic valu…
Arithmetic operations provide a way to generate new values from one or more number fields (e.g. total_weight, total_price, line_items.quantity, etc.)…
Conditional expressions allow you to include logic when generating your report. AVAILABLE OPERATORS if ("this value" if "cond…
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 &…