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 …
Unfortunately, Shopify currently doesn't expose this data in the Order API, so there's no way for EZ Exporter to pull it at the moment. Only …
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…
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…
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 following fields to export the shipping refund order adjustments (note that these values are negative): refunds.order_adjust…