EZ Exporter Date and Time Format String Reference EZ Exporter
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 &…
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…
You can use the format string reference below with the {{ current_datetime }} variable for file path, URLs, and filters. …
EZ Notify allows you to specify your own custom rules to decide when a notification should be sent out and to which channels or users. You can set…
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…
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…