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 …
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 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 …
More detailed shipping information is available in the field called fulfillments.events in EZ Exporter. To export all the delivery dates (if an or…
You can select the following fields to export the shipping refund order adjustments (note that these values are negative): refunds.order_adjust…