Accurately tracking refunds and cancellations is essential for maintaining reliable sales data and improving performance insights.
To submit refund and cancellation data correctly, include the following fields in your API payload:
financial_status
Field: This field identifies the type of adjustment being made:Use
refunded
for refunded orders.Use
voided
for canceled orders.
order_refund_amount
Field: This field specifies the refunded amount to ensure accurate revenue tracking.