How can I export the refund IDs at the line item level from a Shopify order?
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…
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…
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 export the B2B company name, company external ID, location name, and location external ID as part of a Shopify Order data export. …
In Shopify's default order CSV export, there's a column called "Payment ID" which Shopify describes as this: A unique ID sent …
In Shopify's default order CSV export, there's a column called "Payment References" (the "Payment Reference" (singular) c…
Note: Depending on the payment gateway, this information may or may not be available. The payment gateway may provide additional information in th…
You can use the formulas below in the Calculated Fields to extract the total duties amount in the shop's currency from the Shopify order: …
In EZ Exporter, you can select the field called total_line_items_fulfillable_quantity (Total Lineitems Fulfillable Quantity) to export this…
In EZ Exporter, you can select the field called total_line_items_quantity (Total Lineitems Quantity) to export this data. The total line…
In EZ Exporter, you can select the field called total_tip_received to export this data. The total tip received field is also available for filteri…
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
The "Unavailable" quantity in Shopify is the sum of quantities in the following inventory states: damaged quality_control reserve…
To export the "wallet type" (such as Apple Pay or Google Pay") that was used as a payment method, you can use the formula below in the…