Refunds CSV Export Structure
Last updated: August 22, 2025
The Refunds CSV Export provides a financial view of refunds processed through Frate.
๐ Note: this export is distinct from the Returns CSV Export, which includes product, customer, and operational details. The Refunds CSV Export is streamlined for accounting and reconciliation.
This export contains one row per refund, including order, customer, refund amount, and timestamps for submission and processing.
Why use the Refunds CSV Export?
Merchants typically use this export to:
Reconcile refund amounts in accounting systems
Audit refund activity across a given period
Track processing times between return submission and refund completion
Monitor handling fees applied to refunds
Export financial data into BI tools for reporting
File Format
File type: CSV (
.csv)Columns: Contain order info, customer info, and financial data
Column Reference
Hereโs a breakdown of the available columns in the Refunds CSV Export:
Return & Refund Metadata
return_id โ Unique Frate return ID
return_status โ Current status of the return (e.g.
DELIVERED,COMPLETED,LABELS_GENERATED)return_submitted_date โ Timestamp when the return request was submitted
return_processed_date โ Timestamp when the refund was processed
Order Information
order_id โ Platform order ID
order_name โ Order number (as displayed in Shopify or connected platform)
Customer Information
customer_name โ Customerโs full name
customer_email โ Customerโs email address
Financials
handling_fee โ Handling fees applied (if any; may be negative if refunded)
total_refund โ Refund amount issued to the customer
currency โ Currency code of the refund (e.g.
CAD,USD)
Key Notes
The Refunds CSV Export is ideal for finance and accounting teams who need a clear record of refunded amounts.
For operational detail (products, SKUs, reasons, tracking), use the Returns CSV Export instead.
Refunds may include adjustments like handling fees, which are visible in this export for transparency.
โ Pro tip: Many merchants export this report weekly or monthly and import it into their accounting platform (e.g. QuickBooks, NetSuite, Xero) for automated reconciliation.