Fixed: Returns over-reported for some shops due to stale data in order records.
We found that some order records in our database carried leftover refund values from a legacy sync process. These values were no longer being written by our current pipeline, but they were never cleaned up either — so they silently inflated the Returns metric for affected shops.
We've deployed a code fix that explicitly resets refund fields on order records during every sync, preventing this from happening again. We've also updated our investigation tooling to automatically detect and correct this issue across shops.
Fixed Deployed