major refactoring adding vendor and customer features

This commit is contained in:
2025-10-11 09:09:25 +02:00
parent f569995883
commit dd16198276
126 changed files with 15109 additions and 3747 deletions

View File

@@ -235,7 +235,7 @@ class CSVProcessor:
"updated": updated,
"errors": errors,
"marketplace": marketplace,
"vendor_name": vendor_name,
"name": vendor_name,
}
async def _process_marketplace_batch(
@@ -263,7 +263,7 @@ class CSVProcessor:
# Add marketplace and vendor information
product_data["marketplace"] = marketplace
product_data["vendor_name"] = vendor_name
product_data["name"] = vendor_name
# Validate required fields
if not product_data.get("marketplace_product_id"):