EZ Exporter Metafields EZ Exporter
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…
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…
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 …
By default, EZ Exporter will put each line item in the order in a separate row in the CSV export, duplicating the data at the order level like this: …
The Shopify API only provides the values of the variant options in the fields option1, option2, and option3 where the ordering of the options could v…