EZ Exporter Update: New Shipping Line Fields in Shopify Order Exports

We've pushed an update to EZ Exporter adding new pre-computed shipping-related fields to Shopify order data exports. This eliminates the need to use complex formulas to parse the shipping_lines
and refunds
fields to figure out the current shipping prices after order edits and refunds.
The following fields are now available:
shipping_lines.current_total_price
- Shipping Lines Current Total Price (type: number). The current total shipping price (before discounts and taxes) for this order after order edits and refunds.shipping_lines.tax_lines.current_total_price
- Shipping …