Track expiration, optimize inventory, and measure waste reduction impact
The WIA Food Waste Reduction standard enables tracking expiration dates, optimizing inventory management, facilitating food donations, and measuring waste reduction impact across the entire food supply chain.
{
"standardVersion": "WIA-AGRI-032-v1.0",
"facilityId": "FACILITY-2025-001",
"timestamp": "2025-12-26T10:30:00Z",
"product": {
"name": "Fresh Milk",
"category": "dairy",
"quantity": 100,
"unit": "kg",
"expirationDate": "2025-12-31",
"status": "fresh"
},
"economics": {
"costPerUnit": 3.50,
"totalValue": 350.00,
"currency": "USD"
},
"metadata": {
"trackingId": "TRACK-001",
"validated": true
}
}
{
"status": "success",
"message": "Waste tracking data recorded successfully",
"trackingId": "TRACK-20251226-001",
"timestamp": "2025-12-26T10:30:00Z",
"recommendations": [
"Consider donation to nearby food bank",
"Reduce next order quantity by 15%"
],
"estimatedSavings": {
"amount": 350.00,
"currency": "USD"
}
}
{
"protocol": "https",
"endpoint": "https://api.wia-foodwaste.org/v1",
"format": "json",
"security": {
"tls": "1.3",
"auth": "oauth2"
},
"alerts": {
"expirationThreshold": 3,
"notificationMethod": "email",
"frequency": "daily"
},
"options": {
"timeout": 30000,
"retryAttempts": 3,
"keepAlive": true
}
}
{
"status": "connected",
"platform": "Retail System - Square POS",
"lastSync": "2025-12-26T10:30:00Z",
"dataExchanged": {
"productsSynced": 1247,
"wasteTracked": 89,
"donationsCreated": 23
},
"impact": {
"wasteReduced": "450 kg",
"costSaved": "$1,575",
"mealsProvided": 1200
},
"health": {
"connectivity": "excellent",
"latency": "18ms",
"errorRate": "0.00%"
}
}