Bulk Import Products
Import multiple products at once from JSON file
Imports Over Time
Success vs Failed Imports
Products by Category
Products by Brand
How to Use
- Select the product category/table (e.g., smartphones, windows-laptops, tablets)
- Prepare a JSON file with your products (see example below)
- Upload the file using the area below
- Review the preview to ensure products are valid
- Click "Import Products" to upload to database
Note: Maximum 100 products per import. All products in the file must have the same category.
📋 Example JSON Format
{
"products": [
{
"product_id": "samsung-galaxy-z-fold7-512gb-silver-shadow",
"category": "smartphones",
"brand": "Samsung",
"color": "Silver Shadow",
"description": "The Samsung Galaxy Z Fold7...",
"imageUrl": "https://...",
"model": "Galaxy Z Fold7",
"offers": [
{
"logoUrl": "https://...",
"originalPrice": 35999,
"price": 33999,
"retailer": "Store A",
"saleEnds": "15 December 2024",
"url": "https://..."
}
],
"specs": {
"Display": { ... },
"Camera": { ... }
}
}
]
}
Upload JSON File
Drag and drop your JSON file here
or
JSON file with products array (max 100 products)
Preview Products
Review products before importing
Importing Products...
Preparing import...
Import Results
0
Total Products
0
Successfully Created
0
Failed