Import your Magento 2 products into Valuna using a CSV export from your store.
Exporting Products from Magento 2
In Magento Admin, go to System > Data Transfer > Export
Select "Products" as the Entity Type
Choose "CSV" as the Export File Format
Use Entity Attributes to filter which fields to include
Click "Continue" to generate the export
Download the file from var/export directory or via the admin message
Filtering Your Export
Before exporting, you can filter products:
Use the Entity Attributes section to set filters
Filter by attribute set, product type, or visibility
Exclude specific attributes from the export
Importing to Valuna
Go to Products in Valuna
Click "Add Products"
Select "Upload CSV"
Upload your Magento export file
Map the columns to Valuna fields
Click "Import"
Column Mapping
Magento Field | Valuna Field |
name | Product Name |
sku | SKU |
description | Description |
price | Price |
categories | Category |
base_image | Image URL |
Configurable Products
Magento exports configurable products and their simple product variants as separate rows. The configurable product row contains the parent data, while associated simple products have their own rows with specific attribute values. Valuna imports these as individual products.
Multi-Store Setup
If you have multiple store views, the export includes store-specific values. Select the appropriate store view columns when mapping to Valuna fields.
Tip: Export a small batch first using attribute filters to verify the mapping works correctly before importing your entire catalog.
