Import & Export
The Import/Export page lets you manage your product catalog in bulk — importing new products, updating existing ones, and exporting your full catalog for backup or external use.
Location: /products/import-export
Import Methods
Newclear supports three import methods:
- CSV File Upload — Upload a formatted
.csvfile directly - Google Sheets — Connect a Google Sheet and import from it
- Feed URL — Provide a URL to a hosted CSV or JSON feed
CSV Import
Step 1: Download the Template
Click Download CSV Template to get a properly formatted spreadsheet with all supported column headers. Always use this template — it ensures column order and names match what Newclear expects.
Template Columns
| Column | Required | Description |
|---|---|---|
sku | ✅ | Unique product identifier |
name | ✅ | Product name/title |
description | Product description (HTML allowed) | |
price | ✅ | Selling price (numeric, no currency symbol) |
msrp | Manufacturer's suggested retail price | |
cost | Your unit cost | |
quantity | Stock quantity | |
category | Category name (must match existing category) | |
seller | Seller name (must match existing seller) | |
tags | Comma-separated tags | |
condition | new / refurbished / used | |
upc | Barcode/UPC | |
warehouse | Warehouse name | |
bin_location | Bin location identifier | |
status | active / draft | |
images | Comma-separated image URLs | |
reorder_point | Reorder alert threshold | |
weight | Weight (for shipping) |
Step 2: Fill in Your Data
- Each row = one product
- Leave optional cells blank (do not delete columns)
- For existing products, include the
sku— Newclear will update them - For new products, include all required fields
Step 3: Upload the CSV
- Click Choose File or drag your CSV onto the upload zone
- Newclear will parse the file and show a preview of the first 5 rows
- Verify the column mapping looks correct
Step 4: Configure Import Settings
Before confirming the import, choose your settings:
| Setting | Options | Description |
|---|---|---|
| If product exists (by SKU) | Update / Skip / Error | What to do with SKUs already in the system |
| Status for new products | Draft / Active | Default status for imported products |
| Image import | Yes / No | Whether to download and import image URLs |
| Overwrite existing prices | Yes / No | Whether price updates apply to existing products |
Step 5: Run the Import
Click Import to begin. Newclear processes the file and shows:
- ✅ Products created
- 🔄 Products updated
- ⚠️ Rows with warnings (non-fatal issues)
- ❌ Rows with errors (skipped)
Download the Import Report to review any issues.
Google Sheets Import
Connect a Google Sheet to import products directly:
Setup
- On the Import/Export page, click Google Sheets
- Paste the Google Sheets URL or the Sheet ID
- Make sure the sheet is set to "Anyone with the link can view" (public read access)
- Newclear will fetch the sheet and map columns
Using Google Sheets
The Google Sheet must use the same column headers as the CSV template. You can keep a "master catalog" sheet in Google Sheets and import from it on demand.
Use Google Sheets for collaborative catalog management — multiple team members can update the sheet, then you do a single import into Newclear when ready.
Feed URL Import
For automated or scheduled imports from an external source:
- Click Feed URL
- Enter the URL of a hosted CSV or JSON product feed
- Test the connection
- Configure column mapping if the feed uses different column names
- Set the import schedule (manual, daily, hourly)
Feed imports are useful for:
- Supplier product feeds
- ERP or warehouse system exports
- Automated catalog updates
Exporting Products
Export All Products
- Go to Products → Import/Export
- Click Export Products
- Choose your format: CSV or Excel
- Choose which columns to include (or select All)
- Click Download
Export Filtered Products
If you want to export only a subset:
- Go to Products List and apply your filters
- With filters active, click Export from the Actions menu
- Only the filtered products will be exported
Export Fields
You can choose to include or exclude any product field in the export, including custom fields and inventory data.
Import / Export Log
All import and export operations are logged. To view history:
- Go to Import/Export page
- Click the History tab
- See all past imports with timestamps, result counts, and downloadable reports
This lets you audit what was imported when, and by whom.
Large imports (10,000+ products) may take several minutes to process. Do not close the browser tab during an import. You'll receive an in-app notification when the import completes.