How can I export the total quantity ordered from the Shopify order?
In EZ Exporter, you can select the field called total_line_items_quantity (Total Lineitems Quantity) to export this data. The total line…
In EZ Exporter, you can select the field called total_line_items_quantity (Total Lineitems Quantity) to export this data. The total line…
In EZ Exporter, you can select the field called total_tip_received to export this data. The total tip received field is also available for filteri…
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
You can export the Transaction Reference data for the Worldpay payment gateway from a Shopify order by selecting this field when creating a Data Sett…
The "Unavailable" quantity in Shopify is the sum of quantities in the following inventory states: damaged quality_control reserve…
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 Calcu…
You can use the search_list() function to search a list of tags and output the matching results: search_list(to_list({{ tags }}), "men"…
There may be cases where you've placed additional product information directly in the product's HTML description since you didn't find an…
Since it's possible for a Shopify order to have multiple refund transactions, this gets a bit more complicated as we'll need to parse a&…
The Order API has a field called user_id we can use for filtering. This is the ID of the user logged into Shopify POS who proces…
To export only Shopify orders that contain a specific product, you can filter by the fields that start with "List of Lineitem" under the&nb…
You can use the format_as_money() function in the Calculated Fields to do this: Examples: Format the "total_price" field with a thous…
Some countries use the period character as the thousands separator and the comma character as the decimal separator when formatting currencies. Yo…
You can use the ShopifyQL query below to generate a Shopify Analytics report that groups the session data from the last 365 days by the utm_source UT…
To export the conversion rate by page with EZ Exporter, create a Data Settings for "Analytics" data and use the ShopifyQL query below: …