Track orders from Walmart, Target, Best Buy and more via email
Login with Discord{{ authError }}
Track orders from Walmart, Target, Best Buy and more via email
| Order # | Retailer | Status | Items | Customer | Total | Payment | Ship To | Delivered To | Date | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ order.order_number }} | {{ formatRetailer(order.retailer) }} |
{{ item.quantity }}x
{{ item.name }}
|
{{ order.customer_name || '-' }} | {{ order.order_total ? '$' + order.order_total.toFixed(2) : '-' }} |
{{ order.payment_method || 'Card' }}
****{{ order.payment_last4 }}
-
|
{{ order.shipping_address || '-' }} | {{ order.email_to || order.account_email || '-' }} | {{ formatDate(order.order_date) }} | ||
| {{ searchQuery.trim() ? 'No orders match your search.' : 'No orders found. Add accounts and sync to get started.' }} | ||||||||||
For Gmail, use an App Password (Settings > Security > 2-Step Verification > App passwords)
| Server | Status | Orders | Last Sync | Actions | |
|---|---|---|---|---|---|
| {{ acc.email }} | {{ acc.imap_server }} | {{ acc.is_active ? 'Active' : 'Inactive' }} | {{ acc.order_count }} | {{ acc.last_sync ? formatDate(acc.last_sync) : 'Never' }} |
|
| No accounts added yet. Add an account above to get started. | |||||
| Time | Action | Details | Status |
|---|---|---|---|
| {{ formatDate(log.created_at) }} | {{ log.action }} | {{ log.details }} | |
| No sync logs yet. | |||
Loading analytics...
| # | Orders | Canceled | Stick % | Spend | |
|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ acc.email }} | {{ acc.orders }} | {{ acc.canceled }} | {{ acc.stick_rate }}% | ${{ acc.spend.toFixed(2) }} |
| No data | |||||
| Retailer | Orders | Canceled | Stick % | Qty | Spend |
|---|---|---|---|---|---|
| {{ formatRetailer(rc.retailer) }} | {{ rc.orders }} | {{ rc.canceled }} | {{ rc.stick_rate }}% | {{ rc.qty }} | ${{ rc.spend.toFixed(2) }} |
| No data | |||||
{{ orderDetailModal.order?.retailer }}
{{ orderDetailModal.order?.customer_name || '-' }}
{{ orderDetailModal.order?.order_total ? '$' + orderDetailModal.order.order_total.toFixed(2) : '-' }}
{{ entry.email_subject }}
{{ item.name }}
Qty: {{ item.quantity }} - ${{ item.price.toFixed(2) }}
{{ orderDetailModal.order.shipping_address }}