How to map Configurable Products in SalesWarp
When importing products via .csv file, specify on the mapping that YES, THIS IMPORT FILE CONTAINS CONFIGURABLE PRODUCTS. Identify the product type, parent sku, variation type, and variation value in your import file. Each Parent SKU must be above its children SKUs in the import file.
You are able to map multiple variations to one SKU by identifying a delimiter for the variation name and a delimiter for the variation value. Multiple variation names must be in alphabetical order, and variation values must be in the order of the variation names. For example:
Incorrect:
variation | variation_value |
Size;Color | Large;Red |
Incorrect:
variation | variation_value |
Color;Size | Large;Red |
Correct:
variation | variation_value |
Color;Size | Red;Large |
Comments