How can I calculate the shipping price after the shipping discount?
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use this formula …
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use this formula …
EZ Exporter can pull the shipping label price from the Order Timeline entries ("Events"). The events field in the API contains all the o…
The Shopify API only provides the 2-letter country code. However, a workaround is to use a formula like this in the Calculated Fields to perform a…
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 select the field current_shipping_price_set.shop_money.amount to export the curent total shipping price the customer paid after order edits, …
The "Incoterms" (International Commerce Terms) are stored in the fulfillment_orders > international_duties field of the Shopify ord…
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use thi…
You can select the field total_shipping_price_set.shop_money.amount to export the total shipping price the customer paid after all related disco…
EZ Exporter has a pre-computed field called "Last Delivered Fulfillment Event Date" that we can use to filter the order data for this …
Note: This refers to the date when the delivered fulfillment event (from the shipping carrier) occurred. Also, this information may not be avallable …
You can select the field total_refunded_shipping_set.shop_money.amount to export the total refunded shipping amount in the shop currency (including r…