major refactoring adding vendor and customer features
This commit is contained in:
@@ -11,7 +11,7 @@ class StatsResponse(BaseModel):
|
||||
unique_categories: int
|
||||
unique_marketplaces: int = 0
|
||||
unique_vendors: int = 0
|
||||
total_stock_entries: int = 0
|
||||
total_inventory_entries: int = 0
|
||||
total_inventory_quantity: int = 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user