How do I calculate the difference between two dates? EZ Exporter
EZ Exporter supports multiple functions that can be used in the Calculated Fields section of the Data Settings to figure out the difference in days, …
EZ Exporter supports multiple functions that can be used in the Calculated Fields section of the Data Settings to figure out the difference in days, …
The Shopify order data contains a line item attribute called gift_card which identifies whether a line item is a gift card or not. With EZ Ex…
If you're based in Japan, you may need to create a report with separate columns for total line item prices subject to 8% tax and 10% tax for…
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…
When you remove a line item during an order edit, what Shopify does on the backend is "refund" this line item (more info here). The Shop…
In EZ Exporter, there's a pre-computed field called refunds.transactions.total_amount which will export the total amount of all refund trans…
You can use the formula below in the Calculated Fields section of the Data Settings in EZ Exporter to do this: join_lists(get_attribute_val…
You can use the formula below in the Calculated Fields section of the Data Settings in EZ Exporter to do this: join_lists(get_attribute_val…
Zapiet's Store Pickup + Delivery app uses "Note Attributes" (aka "Cart Attributes") to store this data in your Shopify store.…
Shopify's official Google Shopping app stores the data in Product Metafields. EZ Exporter can export these fields by specifying the Metafield …
If you have International Pricing (Multi-Currency) enabled in Shopify or if you use Shopify Markets, you can export the equivalent variant …
The Shopify Order API will return Japan province names in Latin characters. For example, it will return "Tōkyō" instead of "東京都&…
Some merchants might want to export newly created orders only if the orders were placed after a certain amount of time has passed. One reason…
If you're using Shopify's built-in Local Pickup feature, you can add the condition below in the Custom Filters option of EZ Exporte…
The Shopify API doesn't have a "Fulfilled At" field that we can simply filter by. But a potential workaround in EZ Exporter&n…