{
"success": true,
"message": "Estatísticas RMA recuperadas com sucesso",
"data": {
"product": {
"id": 23,
"name": "Fita Adesiva Dupla Face 24mm x 50m",
"sku": "FD24X50"
},
"filters": {
"sku": "FD24X50",
"start_date": null,
"end_date": null,
"criterion_type": null
},
"summary": {
"total_checks": 4,
"total_quantity": 18,
"completed_checks": 4,
"completed_quantity": 18,
"approval_rate": 22.22,
"rejection_rate": 11.11
},
"status_distribution": {
"pending": 0,
"in_progress": 0,
"completed": 4,
"cancelled": 0
},
"result_distribution": {
"counts": {
"approved": 1,
"rejected": 1,
"not_applicable": 2
},
"quantities": {
"approved": 4,
"rejected": 2,
"not_applicable": 12
}
},
"criteria_breakdown": {
"functionality_test": {
"total_checks": 1,
"completed_checks": 1,
"total_quantity": 6,
"approved_quantity": 0,
"rejected_quantity": 0,
"not_applicable_quantity": 6
},
"physical_condition": {
"total_checks": 2,
"completed_checks": 2,
"total_quantity": 6,
"approved_quantity": 4,
"rejected_quantity": 2,
"not_applicable_quantity": 0
},
"packaging_integrity": {
"total_checks": 1,
"completed_checks": 1,
"total_quantity": 6,
"approved_quantity": 0,
"rejected_quantity": 0,
"not_applicable_quantity": 6
}
},
"timeline": [
{
"month": "2025-08",
"total_checks": 4,
"total_quantity": 18,
"approved_quantity": 4,
"rejected_quantity": 2,
"not_applicable_quantity": 12
}
]
}
}