π₯ Import Products CSV
Upload CSV file to update products. New attributes will be created automatically!
π CSV Format Requirements:
- Required columns: sku (or product_id)
- Standard columns: name, price, type, subtype, material, dimensions, box_dimensions, units_per_box, box_weight, box_cbm, moq
- New attributes: Any column not in the standard list will be created as a new attribute!
- Example: Add "color", "warranty", "country_origin" columns - they'll be added automatically
π§ Advanced: JSON Import
Import products using JSON format for more control over data structure.