Skip to main content

Import Product Custom Attributes

This document explains how to import and map custom attributes to products using a CSV file. The mapping is done using the Product ID, allowing bulk updates in a single upload.

CSV Format​

Column NameDescription
productIdUnique ID of the product
attribute_name1Name of the custom attribute 1
attribute_name2Name of the custom attribute 2

Steps to Import​

lucky

  1. Go to Bulk Import Page

    • Navigate to Nv → Bulk Import.
  2. Open Import Product Custom Attribute Section

    • In the Bulk Import page, select Import Product Custom Attribute.
  3. Download Sample CSV

    • Click Download Sample CSV to get the correct format.
    • Do not modify the column headers.
  4. Update the CSV File

    • Add product_id, attribute_name, and attribute_value.
    • Use multiple rows to add multiple attributes for the same product.
  5. Upload CSV

    • Click Upload CSV in the Import Product Custom Attribute section.
    • Select the updated CSV file and upload.
  6. Review Import Status

    • System validates the data and shows success and failure summary.

Sample CSV​

alt text

Import Rules​

  • Product ID must already exist
  • Attribute name must be predefined in the system
  • One product can have multiple attributes
  • Existing attribute values will be overwritten