How can I export the line item returned quantity by return status?
You can use the following formulas in the Calculated Fields to export the total returned quantity based on different return status: Lineitem Retur…
You can use the following formulas in the Calculated Fields to export the total returned quantity based on different return status: Lineitem Retur…
In the Data Settings, under Custom Filters, you can add this filter to only export line items that were removed via an order edit or fully refunded: …
In EZ Exporter, simply select the field app.name in the Data Settings to include this data in your Shopify order export:
You can use the formula below in the Calculated Fields to pull out this data from the payment_terms field: get_value_by_position(sorted([i.due_a…
In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_on_hand to export the total on hand quantity for t…
To export the total across all locations, you use the formula below in the Calculated Fields: get_total([i.quantity for i in load_json_data…
In EZ Exporter, you can select the field source_identifier to export the data containing the Shopify POS order's receipt number. This field wi…
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…
The refund transaction data in the Shopify order only provides the amount in the customer's currency. A workaround to get the refund amount in…
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…
To export the total across all locations, you use the formula below in the Calculated Fields: get_total([i.quantity for i in load_json_data…
You can use the formulas below in the Calculated Fields to export tracking info of Shopify Order Returns at the order level or line item le…
To export the total across all locations, you use the formula below in the Calculated Fields: get_total([i.quantity for i in load_json_data…
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use thi…
EZ Exporter can extract the shipping label info from the Order Timeline (Events) entries via the Calculated Fields feature. If the timeline entry …