Client Inventory Zone

Inventory Monitoring Dashboard

Spot what is moving, what is stuck, and where product hygiene needs attention in one view.
Catalog coverage
Products {{ dashboard.stats?.products || 0 }}
Variant depth
Variants {{ dashboard.stats?.variants || 0 }}
Inventory watchlist
Open Alerts {{ dashboard.stats?.open_alerts || 0 }}
Needs attention
Unstocked {{ dashboard.stats?.unstocked || 0 }}
Data quality
Duplicate Clients {{ dashboard.stats?.duplicate_clients || 0 }}

Dead Inventory

Products in stock with zero sales recorded in the last 180 days.

{{ dashboard.deadInventory?.length || 0 }} Items
Product Name Variant SKU Stock Qty Last Order Date
{{ itm.product_title }} {{ itm.product_variant_sku || '-' }} {{ itm.inventory_quantity }} {{ itm.last_order_date || '-' }}
No Dead Inventory Found

All active stock items have recorded sales within the last 180 days.

Slow Products

Low velocity inventory with only 1 to 2 units sold in the past 90 days.

{{ dashboard.slowProducts?.length || 0 }} Items
Product Name Variant SKU Current Stock Units Sold (90 Days)
{{ itm.product_title }} {{ itm.product_variant_sku || '-' }} {{ itm.inventory_quantity }} {{ itm.units_90 }}
No Slow Moving Products

Your products are moving at a healthy velocity.

Product Info Best Practice

Audit catalog items for missing descriptions, tags, image depth, or title length issues.

{{ dashboard.productIssues?.length || 0 }} Issues
Product Name Description Tags Images Title Audit
{{ itm.product_title }} {{ itm.missing_desc ? 'Missing' : 'OK' }} {{ itm.missing_tags ? 'Missing' : 'OK' }} {{ itm.low_image_count ? 'Low (<2)' : 'OK' }} {{ itm.title_length_issue ? 'Too Long' : 'OK' }}
100% Catalog Hygiene Compliance

All products satisfy description, image depth, and tagging guidelines.

Stock Alarms

Real-time watchlist for unstocked zero-quantity variants and overstocked items.

{{ dashboard.stockAlarms?.length || 0 }} Alarms
Product Name Variant SKU Stock Qty Alarm Type
{{ itm.product_title }} {{ itm.product_variant_sku || '-' }} {{ itm.inventory_quantity }} {{ itm.alarm_type }}
No Stock Alarms

No stock shortage or overstock warnings recorded.

Duplicated Clients

Detect duplicate customer accounts sharing the same email or phone number in your shop.

{{ dashboard.duplicateClients?.length || 0 }} Duplicates
Shop ID Duplicate Match Key Total Matches Customer IDs
#{{ itm.shop_id }} {{ itm.duplicate_key }} {{ itm.duplicate_count }} {{ itm.customer_ids }}
No Duplicate Clients

Your customer database has clean email and phone number uniqueness.

{{ notice.message }}