Amazon Assets Dashboard
Real-time inventory of submitted Amazon items.
- Total Est Value
-
{{ loading ? '--' : '$' + kpis.totalEstValue.toLocaleString() }}
- Total Items
-
{{ loading ? '--' : kpis.totalItems.toLocaleString() }}
- Avg Value / Item
-
{{ loading ? '--' : '$' + kpis.avgValuePerItem.toLocaleString() }}
- CO2 Offset
-
{{ loading ? '--' : kpis.co2OffsetTons.toLocaleString(undefined, {minimumFractionDigits: 1, maximumFractionDigits: 1}) + ' metric tons' }}
- Diverted from Landfill
-
{{ loading ? '--' : kpis.lbsDiverted.toLocaleString() + ' lbs' }}
- Energy Saved
-
{{ loading ? '--' : kpis.kwhSaved.toLocaleString() + ' kWh' }}
| Image | Item Name | Asset Type | Condition | Qty | Unit | Est. Value | Status | Seller | Submitted |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ item.itemName || item.description || '—' }}
{{ item.description }}
|
{{ item.assetType || '—' }} | {{ item.condition || '—' }} | {{ item.quantity || 1 }} | {{ item.unit || '—' }} | ${{ (item.estValue || 0).toLocaleString() }} | {{ formatStatus(item.status) }} | {{ item.sellerName || '—' }} | {{ formatDate(item.dateSubmitted) }} |
| No items found. | |||||||||