How can I display the Shopify product image in Google Sheets? EZ Exporter
In EZ Exporter, you can add a Custom Field in the Data Settings with this value to automatically load the image when opening the Excel export fi…
In EZ Exporter, you can add a Custom Field in the Data Settings with this value to automatically load the image when opening the Excel export fi…
The Shopify order data has a field called landing_site which is the URL for the page where the buyer landed when they entered the shop. If you use…
Shopify stores this data in the Transaction Receipt field. In EZ Exporter, you can use Custom Filters as shown below to filter only orders whose T…
Most of the price/money fields are in the shop's currency by default (except refunds which are in the customer's currency), but the…
In the Product export, there's a field called images.src that you can select which will export all product image URLs in one column separated by …
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
EZ Exporter can pull the current inventory levels of each line item at the inventory locations where they're stocked as part of an order dat…
When you edit an order and remove a shipping line, the value of the shipping_lines.total_price field will still include that removed shipping li…
You can use the formula below in the Calculated Fields to calculate the line item total price after discounts: {{ line_items.total_price }}…
The referral code displayed in the Shopify Admin's "Conversion summary" section is part of the landing_site data. The raw data may look something li…
In EZ Exporter, we have a preset field called refunds.id, which is a comma-separated list of refund IDs for the entire order. If you nee…
Note: Depending on the payment gateway, this information may or may not be available. The payment gateway may provide additional information in th…
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
To export the "wallet type" (such as Apple Pay or Google Pay") that was used as a payment method, you can use the formula below in the…
There may be cases where you've placed additional product information directly in the product's HTML description since you didn't find anywhere else …