Import Issues
Troubleshooting CSV import problems
Last updated: 17th January 2025
Import Issues
Having trouble importing cost data? Here are solutions to common problems.
Import Fails Completely
Problem: The CSV import fails with an error.
Solutions:
- File format - Ensure it's a valid CSV file (not Excel .xlsx)
- Encoding - Save as UTF-8 encoding
- File size - Files larger than 10MB may timeout
- Column headers - Required headers must be present
Required Columns Missing
Problem: Error says required columns are missing.
Required columns:
skuorproduct_id- To identify the productcost- The cost value to import
Optional columns:
shipping_costhandling_costsupplier
Products Not Matching
Problem: Import completes but products don't update.
Solutions:
- SKU matching - SKUs must match exactly (case-sensitive)
- Variant SKUs - Use variant SKUs for products with variants
- Check for spaces - Extra spaces in SKUs prevent matching
- Review import report - Check which rows failed
Wrong Values Imported
Problem: Imported costs don't match the CSV values.
Solutions:
- Number format - Use plain numbers (no currency symbols)
- Decimal separator - Use period (.) not comma (,)
- Thousands separator - Don't use commas in numbers
- Quotes - Values with commas need to be quoted
Correct Format Examples
sku,cost
ABC123,25.99
DEF456,100.50
Incorrect Format Examples
sku,cost
ABC123,$25.99 ← No currency symbols
DEF456,"100,50" ← Use . for decimals
GHI789,1,000.00 ← No thousands separators
Partial Import
Problem: Some rows import, others fail.
Solutions:
- Download the error report after import
- Review failed rows for common issues
- Fix the problematic rows
- Re-import only the fixed rows
Duplicate SKUs
Problem: Multiple rows have the same SKU.
Solutions:
- Only the last row for each SKU will be used
- Remove duplicates before importing
- Use variant-level SKUs if updating variants
Timeout on Large Files
Problem: Import times out with large CSV files.
Solutions:
- Split large files into smaller batches (1000 rows each)
- Import during off-peak hours
- Remove unnecessary columns to reduce file size
Template Download
For best results, use our import template:
- Go to Products > Import
- Click Download Template
- Fill in your data
- Import the completed file
Still Having Issues?
Contact support with:
- Your CSV file (or a sample)
- Error messages received
- Screenshot of import results