arrow-left

Only this pageAll pages
gitbookPowered by GitBook
1 of 34

Ergonode transfer

Loading...

Overview

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

CHANGELOG

Loading...

Loading...

Ergonode transfer

This doc provides an overview of our CSV files format.

Ergonode transfer allows you both to fetch the data to your external system via the export and to populate the Ergonode with your data via the import.

Import and export files are symmetrical which means that the same standard applies to the files created by the Ergonode and the files used for importing data.

workflows.csv

column
required
limitation

_code

✅

Max length of 128 chars. Lowercased, alphanumerical and "_" signes are accepted.

_default

✅

One of existing Status Codes.

multimedia_attributes.csv

circle-info

This file can be used to: Assign existing attributes to be used as attribute values in multimedia.

column
required
limitation

_code

✅

category_trees.csv

circle-info

This file can be used to: Create a new category tree, and add category tree name translation.

column
required
limitation

category_attributes.csv

circle-info

This file can be used to: Assign attributes as category attributes.

column
required
limitation

workflows_statuses.csv

column
required
limitation

section_templates.csv

circle-info

This file can be used to: Create a new section template, and add a translation of the section template name.

column
required
limitation

workflows_transitions.csv

column
required
limitation

roles.csv

circle-info

This file can be used to: Create new roles and edit the description of existing ones.

column
required
limitation

Incremental import

Basic concepts behind the format in terms of importing data

Importing data via provided import files is incremental.

Only present-in-the-file data is changed and the rest is not modified. Consider following:

  • translation data is changed only in languages provided in the file (column _language)

if a column is not present corresponding resource property is left unmodified
  • if a Product attribute column is not present values for this attribute are not changed

  • if a translation column is present and has an empty value the translation value shall be deleted

  • circle-info

    templates_elements.csv, section_templates_elements.csv, category_trees_elements.csv are exceptions from the above rules. Since those files represent one resource they are attached to the entire resource(template, section, category tree) is imported at once which means if an element is missing in the file the element will be deleted from the resource if was there prior to import.

    One of existing Attribute Codes.

    Breaking changes

    The list of recent and upcoming breaking changes

    At Ergonode we strive to make your integration process as fluent as possible but from time to time we discover a flaw in the design of the schema or introduce a really cool new feature that is impossible to be provided in a fully-compatible non-breaking way. In such a situation, we will always aim to not break your integration with the new release and provide you with a transition period of approximately 3-months to adjust your consumer. Every such change shall be communicated in the following list.

    hashtag
    2024-05-14

    Breaking change scheduled for 09-2024

    • templates_elements.csv label is going to be removed

    • section_templates_elements.csv label is going to be removed

    hashtag
    2022-10-11

    Breaking change scheduled for 01-2023

    • options.csv _label is going to be removed

    hashtag
    2022-06-09

    Breaking change scheduled for 10-2022

    • templates.csv _name is going to be removed

    hashtag
    2022-05-10

    Breaking change scheduled for 07-2022

    • templates.csv _language is going to be removed

    hashtag
    2022-03-15

    Breaking change scheduled for 07-2022

    • attributes.csv _placeholder is going to be removed

    _name

    Max length of 255 chars.

    _language

    ✅if _name column present

    5 chars LCID language code. Example: pl_PL

    Example:

    _code
    _name
    _language

    category_tree_1

    Category tree one

    en_GB

    category_tree_2

    Category tree two

    en_GB

    _code

    ✅

    Max length of 64 chars.

    _code

    ✅

    One of existing Attribute Codes.

    description_{language}

    Max length of 500 chars. Existing Content language.

    _code

    ✅

    Max length of 128 chars. Alphanumerical and "_" signes are accepted.

    _color

    ✅

    Hexadecimal color value.

    name_{language}

    Max length of 100 chars.

    _name

    Max length of 128 chars.

    _language

    ✅ if _name column present

    5 chars LCID language code. Example: pl_PL

    Example:

    _code
    _name
    _language

    code

    name

    en_GB

    _code

    ✅

    Max length of 128 chars.

    _roles

    Only existing Role Codes.

    _users

    Only existing User Emails.

    _conditions

    _code

    ✅

    One of existing Workflow Codes.

    _from

    ✅

    One of existing Status Codes.

    _to

    ✅

    One of existing Status Codes.

    _description

    Max length of 500 chars.

    _code

    ✅

    Max length of 128 chars. Lowercased, alphanumerical and "_" signes are accepted.

    category_trees_elements.csv

    circle-info

    This file can be used to: Create the category tree structure, or change the category branch location in the existing category tree.

    column
    required
    limitation

    _code

    ✅

    Example:

    _code
    _parent
    _category

    custom_fields.csv

    circle-info

    This file can be used to: Create new custom fields in the SELECT and MULTISELECT attribute type.

    column
    required
    limitation

    _code

    ✅

    * Note that this attribute must already exist, or the proper attributes.csv file that creates it must be included in the import zip, only SELECT and MULTI_SELECT attribute types support Custom Fields.

    Example:

    _code
    _type
    _attribute

    completeness_sets.csv

    circle-info

    This file can be used to: Create the completeness set.

    column
    required
    limitation

    _code

    ✅

    * Language is 5 chars LCID language code. Example: name_en_GB.

    Example:

    _code
    name_en_GB

    multimedia_folder.csv

    circle-info

    This file can be used to: Create a new multimedia folder and the folder tree structure.

    column
    required
    limitation

    _name

    ✅

    Example:

    _name

    attribute_groups.csv

    circle-info

    This file can be used to: Create new attribute groups and edit the existing ones.

    column
    required
    limitation

    _code

    ✅

    Example:

    _code
    _name_en_GB

    automations.csv

    column
    required
    limitation

    _code

    ✅

    Max length of 128 chars. Alphanumerical and "_" signes are accepted.

    _name

    ✅

    Max length of 128 chars.

    _active

    ✅

    Import configuration

    hashtag
    Name

    allows identifying the import profile.

    hashtag
    Headers

    list of HTTP Headers to be sent by import while downloading Multimedia. For example, those can be used to authorize when requesting multimedia files via URL.

    hashtag
    Delimiter

    determines what sign divides columns in the imported file.

    hashtag
    Include in the imports

    a list of resources participating in the import process. If a resource is included in the import and its files are missing in the ZIP archive the import is not started with an error message about the missing file. Only files of included resources will be processed and others in the archive will be ignored.

    following options are available:

    • Attributes - requires attributes.csv and enables support for custom_fields.csv

    • Categories - requires categories.csv

    automation_actions.csv

    column
    required
    limitation

    roles_feature_privileges.csv

    column
    required
    limitation

    Export configuration

    hashtag
    Name

    allows identifying the export profile.

    hashtag

    Category trees - requires category_trees.csv and category_tree_elements.csv
  • Category attributes - requires category_attributes.csv

  • Completeness sets - requires completeness_sets.csv

  • Options - requires options.csv

  • Products - requires products.csv

  • Templates - requires templates.csv and templates_elements.csv

  • Sections - requires section_tempates.csv and section_templates_elements.csv

  • Multimedia - requires multimedia.csv

  • Multimedia folders - requires multimedia_folders.csv

  • Units - requires units.csv

  • Include in the exports

    a list of resources generated in the export.

    following options are available:

    • Attributes - includes attributes.csv and custom_fields.csv

    • Categories - includes categories.csv

    • Category trees - includes category_trees.csv and category_tree_elements.csv

    • Category attributes - includes category_attributes.csv

    • Completeness sets - includes completeness_sets.csv

    • Options - includes options.csv

    • Products - includes products.csv

    • Templates - includes templates.csv and templates_elements.csv

    • Sections - includes section_tempates.csv and section_templates_elements.csv

    • Multimedia - includes multimedia.csv

    • Multimedia folders - includes multimedia_folders.csv

    • Units - includes units.csv

    hashtag
    Languages

    limits the exported files to lines containing values only in specified languages.

    hashtag
    Delimiter

    determines what sign divides columns in the exported file.

    hashtag
    Export type

    works only within the context of products. Once you edit or add new products only those changes will appear in the export.

    hashtag
    Segment

    works only within the context of products. Only products available within chosen segment will be exported to products.csv file.

    hashtag
    Behavior of variables

    works only within the context of products. When textarea value contains variables those will be either exported as #attribute_code or as parsed value.

    One of existing Category Trees Codes.

    _parent

    One of existing Category Codes.

    _category

    ✅

    One of existing Category Codes.

    category_tree_1

    category_root

    category_tree_1

    category_root

    category_child

    Completeness set code.

    name_{language} *

    Name in specific language.

    completeness_set_1

    Completeness set name

    completeness_set_2

    Completeness set name

    Max length of 255 chars.

    folder_one

    folder_one/folder_two

    Max length of 128 chars. Alphanumerical and "_" signes are accepted.

    _name_{language}

    Existing content language.

    attribute_group

    Attribute group

    One of {true, false}

    _conditions

    ✅

    TEXTAREA_RTE

    attribute_custom_values

    Max length of 128 chars. Lowercased, alphanumerical and "_" signes are accepted.

    _type

    ✅

    One of { IMAGE , TEXT , TEXTAREA , TEXTAREA_RTE}

    _attribute

    ✅

    Code of the attribute*

    custom_field_1_code

    IMAGE

    attribute_custom_values

    custom_field_2_code

    TEXT

    attribute_custom_values

    custom_field_3_code

    TEXTAREA

    attribute_custom_values

    custom_field_4_code

    _value

    ✅

    According to specific _property.

    _code

    ✅

    One of existing Automation Codes.

    _property

    ✅

    One of {attribute, language, value,type,template,from,to}

    _position

    ✅

    _read

    ✅

    One of {true, false}

    _update

    ✅

    One of {true, false}

    _delete

    ✅

    One of {true, false}

    _code

    ✅

    One of existing Role Codes.

    _feature

    ✅

    One of {IMPORT, CATEGORY_TREE, CATEGORY,PRODUCT,ATTRIBUTE,ATTRIBUTE_GROUP,TEMPLATE_DESIGNER,MULTIMEDIA,USER_ROLE,USER,APP,WORKFLOW,SEGMENT,CHANNEL,PRODUCT_COLLECTION,SETTINGS,INTEGRATION_API_KEY,CONFIGURATION_CATEGORY_ATTRIBUTES,SHARED_VIEWS,ACTIVITIES,PRODUCT_IMPORTER,PLAN,AUTOMATION}

    _create

    ✅

    One of {true, false}

    options.csv

    circle-info

    This file can be used to: Create options in SELECT and MULTISELECT attribute types. Add options for translations. Add custom field value to already existing custom fields.

    column
    required
    limitation

    _code

    ✅

    * Note in the above example columns not starting with _ prefixes represent custom field code values. Each header name represents a custom field identifying this option and the cell contains the value.

    Example:

    _code
    _attribute
    _name
    _language

    templates.csv

    circle-info

    This file can be used to: Create a new template, and add a translation of the template name.

    column
    required
    limitation

    _code

    ✅

    Example:

    _code
    _name
    _language

    Changelog

    The changelog is a list of recent changes to GraphQL API schema.

    hashtag
    2026-03-10

    • roles.csv file added

    • roles_feature_privileges.csv file added

    • attribute_groups.csv file added

    • automations.csv file added

    • automations_actions.csv file added

    • multimedia_attributes.csv file added

    • workflows_statuses.csv file added

    • workflows.csv file added

    • workflows_transitions.csv file added

    • multimedia.csv attributes value added

    • attributes.csv _group added.

    hashtag
    2024-05-21

    • completeness_sets.csv file added

    • templates_elements.csv completeness_set added

    hashtag
    2024-05-14

    • templates_elements.csv new _type values added - divider and note

    • templates_elements.csv default added. If passed together with it label takes precedence

    hashtag
    2024-04-09

    • attributes.csv unique added

    hashtag
    2024-01-25

    • custom_fields.csv file added

    • options.csv custom field values added

    hashtag
    2023-05-31

    • templates.csv _name represents from now on the actual Template name rather than the code

    • templates.csv _language added

    • section_templates.csv _name

    hashtag
    2023-02-22

    • options.csv _label removed

    hashtag
    2023-01-27

    • category_attributes.csv file added

    hashtag
    2023-01-10

    • units.csv file added

    hashtag
    2022-11-09

    • categories.csv attributes value added

    hashtag
    2022-10-19

    • category_trees.csv file added

    • category_trees_elements.csv file added

    hashtag
    2022-10-11

    • attributes.csv _placeholder removed

    • options.csv _name added. It replaces _label column. If passed together with it _name takes precedence

    hashtag
    2022-07-14

    • multimedia.csv _title column added

    • templates_elements.csv sections column added

    • templates.csv _language

    hashtag
    2022-06-09

    • products.csv _children column will contain duplicated SKU entries for GROUPING-PRODUCT according to the quantity set for the relation

    • templates.csv _name becomes deprecated

    hashtag
    2022-05-10

    • templates.csv _language becomes deprecated

    hashtag
    2022-03-15

    • attributes.csv _placeholder becomes deprecated

    Files format

    Overview of the import and export files format

    The entire format is represented as an .zip archive containing the following .csv files.

    circle-exclamation

    Only zip-archived files are processed properly in case of an import - a simple .csv file upload won't work.

    templates_elements.csv

    circle-info

    This file can be used to: Create a template structure using numeric values representing the position of each template element.

    column
    required
    limitation

    templates_elements.csv translation_{language} added

  • templates_elements.csv label becomes deprecated

  • section_templates_elements.csv new _type values added - divider and note

  • section_templates_elements.csv default added. If passed together with it label takes precedence

  • section_templates_elements.csv translation_{language} added

  • section_templates_elements.csv label becomes deprecated

  • added
  • section_templates.csv _language added

  • removed
  • section_templates.csv file support added

  • section_templates_elements.csv file support added

  • Max length of 128 chars.

    _attribute

    ✅

    Applies for SELECT and MULTI_SELECT Attribute types only.

    One of existsing Attribute Codes.

    _language

    ✅if _name column present

    5 chars LCID language code. Example: pl_PL

    _name

    Max length of 255 chars.

    custom_field_code*

    Column header represents existing Custom Field Code. Value should be valid according to given type.

    select

    select

    name

    en_GB

    multiselect

    multiselect

    name

    en_GB

    Max length of 128 chars.

    _name

    Max length of 128 chars.

    _language

    ✅ if _name column present

    5 chars LCID language code. Example: pl_PL

    code

    name

    en_GB

    _type

    ✅

    One of {attribute, section, heading, divider, note}

    _x

    ✅

    Numeric value 0-3.

    _y

    ✅

    Positive numeric value.

    _width

    ✅

    Numeric value 1-4.

    _height

    ✅

    Numeric value 1-10.

    attribute

    ✅ if _type column is attribute

    One of existing Attribute Codes.

    require

    ✅ if _type column is attribute

    One of {true, false}

    label (⚠️ deprecated - if given on import with default - default takes precedense)

    Max length of 255 chars.

    Available for column _type -heading.

    default

    ✅ if _type column is heading or note

    Max length of 255 chars.

    section

    ✅ if _type column is section

    One of existing Section Template Codes.

    completeness_set

    One of existing Completeness Set Codes.

    Available for column _type -section.

    translation_{language} *

    Translation in specific language. Available for column _type - heading and note.

    * Language is 5 chars LCID language code. Example: translation_pl_PL.

    _code

    ✅

    One of existing Template Codes.

    Files within the archive must be named accordingly as in the documentation below.
    circle-info

    The maximum archive size is 250 MB.

    The maximum single file size within the archive is 1000 MB.

    circle-info

    Columns are separated using ","(comma) or ";"(semicolon) separator depending on the configuration.

    circle-info

    Files have to be UTF-8 formatted.

    circle-info

    Cell value needs to be escaped with the " sign if it contains a column separator. "sku1,sku2" - forcomma separator

    "the ; sign is called semicolon" - for the semicolon

    circle-info

    The files are placed in the zip archive as top-level entities. Those should not be placed in a subdirectory within the archive - an often-made mistake for MacOS users - when using the right-click menu on a directory containing files and using the option Compress "directory" which does just that.

    Below you can find an example of import data.

    Please refer to a specific file description for more details.

    • products.csv - the product data

    • multimedia.csv - the multimedia resources

    • multimedia_attributes.csv - the multimedia allowed attributes configuration

    • - the categories

    • - the category allowed attributes configuration

    • - the category trees

    • - the category trees configuration

    • - the completeness sets

    • - the multimedia folders

    • - the attributes

    • - the attribute groups

    • - the custom fields

    • - the collection attributes options

    • - the units

    • - the templates

    • - the templates configuration

    • - the section templates

    • - the section templates configuration

    • - the roles

    • - the role privileges

    • - the automations

    • - the automation actions

    • - the workflow statuses

    • - the workflows

    • - the workflow transitions

    file-archive
    5KB
    default_data_model_with_media_and_products.zip
    archive
    arrow-up-right-from-squareOpen

    section_templates_elements.csv

    circle-info

    This file can be used to: Create a section template structure using numeric values representing the position of each section template element.

    column
    required
    limitation

    _code

    ✅

    * Language is 5 chars LCID language code. Example: translation_pl_PL.

    One of existing Section Template Codes.

    _type

    ✅

    One of {attribute, heading, divider, note}

    _x

    ✅

    Numeric value 0-3.

    _y

    ✅

    Positive numeric value.

    _width

    ✅

    Numeric value 1-4.

    _height

    ✅

    Numeric value 1-10.

    attribute

    ✅ if _type column is attribute

    One of existing Attribute Codes.

    require

    ✅ if _type column is attribute

    One of {true, false}

    label (⚠️ deprecated - if given on import with default - default takes precedense)

    Max length of 255 chars.

    Available for column _type - heading.

    default

    ✅ if _type column is heading or note

    Max length of 255 chars.

    translation_{language} *

    Translation in specific language. Available for column _type - heading and note.

    categories.csv
    category_attributes.csv
    category_trees.csv
    category_trees_elements.csv
    completeness_sets.csv
    multimedia_folders.csv
    attributes.csv
    attribute_groups.csv
    custom_fields.csv
    options.csv
    units.csv
    templates.csv
    templates_elements.csv
    section_templates.csv
    section_templates_elements.csv
    roles.csv
    roles_feature_privileges.csv
    automations.csv
    automations_actions.csv
    workflows_statuses.csv
    workflows.csv
    workflows_transitions.csv

    categories.csv

    circle-info

    This file can be used to: Create new categories, and add category name translations.

    column
    required
    limitation

    _code

    ✅

    circle-exclamation

    In the example, some values are collections(multiselect_attribute, gallery, etc) separated by semicolons.

    If your column separator is semicolon as well the CSV file should contain those values escaped(surrounded) with " sign to tell the importer that the value represents a single column i.e. "option_code_1,option_code_2".

    circle-info

    In order to import attribute values the attributes need to be enabled in Category attributes. This can be done either by Ergonode UI or via import file category_attributes.csv.

    Example:

    _code
    _name
    _language
    text_short_description
    textarea_description
    numeric_size
    price
    unit_weight
    date
    select_brand
    multiselect_attribute
    image
    gallery
    file_appendix

    * Note in the above example columns not starting with _ prefix represents product attribute values. Each header name represents an attribute code identifying this Attribute and the cell contains the value.

    • text_short_description text attribute represented by the text value

    • textarea_description textarea attribute represented by the text value

    • numeric_size

    multimedia.csv

    circle-info

    This file can be used to: Add supported files to Ergonode resources, add media translation, and media alternative text.

    circle-exclamation

    Please keep in mind that importing multimedia via HTTPS protocol requires an SSL certificate to be valid, otherwise, you will receive an import error "Can't download media from URL ... "

    column
    required
    limitation

    circle-info

    Note that _name has to contain an extension valid according to the files MIME type.

    circle-exclamation

    In the example, some values are collections(_children, _categories, multiselect_attribute, etc) separated by semicolons.

    If your column separator is a semicolon, then the CSV file should contain those values escaped with " sign to tell the importer that the value represents a single column, i.e. "option_code_1,option_code_2".

    Example:

    _name
    _url
    _language
    _alt
    text_short_description
    textarea_description
    numeric_size
    price
    unit_weight
    date
    select_brand
    multiselect_attribute
    image
    gallery
    file_appendix
    product_relation

    * Note in the above example columns not starting with _ prefix represents product attribute values. Each header name represents an attribute code identifying this Attribute and the cell contains the value.

    • text_short_description text attribute represented by the text value

    • textarea_description textarea attribute represented by the text value

    • numeric_size numeric attribute represented by the numeric value

    units.csv

    circle-info

    This file can be used to: Create a new unit with a name and corresponding symbol.

    column
    required
    limitation

    _symbol

    ✅

    Max length of 16 chars.

    _name

    ✅

    Max length of 255 chars.

    product_relation_attribute

    category

    category one

    en_GB

    text1

    textarea1

    -1

    1

    1

    2022-11-09

    option1

    option_code_1,option_code_2

    folder/multimedia.jpg

    folder/multimedia.jpg,multimedia2.jpg

    docs.pdf

    sku_with_variants,sku_simple2

    numeric attribute represented by the numeric value
  • price price attribute represented by the positive numeric value

  • unit_weight unit attribute represented by the numeric value

  • date date attribute represented by the date value

  • select_brand select attribute represented by the Attribute Option Code

  • multiselect_attribute multiselect attribute represented by the list of Attribute Option Codes separated by a comma

  • image image attribute represented by the Multimedia Path

  • gallery gallery attribute represented by the list of Multimedia Paths separated with a comma

  • file_appendix file attribute represented by the list of Multimedia Paths separated with a comma

  • product_relation product relation attribute represented by the list of SKUs separated with a comma

  • Max length of 128 chars. Lowercased, alphanumerical and "_" signes are accepted.

    _name

    Max length of 255 chars.

    _language

    ✅ if _name column present

    5 chars LCID language code. Example: pl_PL

    attribute_code*

    Column header represents existing Attribute Code. Value should be valid according to given attribute type. Example: product_description

    Max length of 128 chars.

    _title

    Max length of 100 chars.

    attribute_code*

    Column header represents existing Attribute Code. Value should be valid according to given attribute type. Example: product_description

    filename.jpg

    www.ergonode.com/image1.jpg

    en_GB

    alternative text

    text1

    textarea1

    1

    1.23

    3.45

    2026-03-10

    option_code_1

    option_code_1,option_code_2

    multimedia.jpg

    multimedia1.jpg,multimedia2.jpg

    docs.pdf

    sku1,sku2

    folder/filename.jpg

  • price price attribute represented by the positive numeric value

  • unit_weight unit attribute represented by the numeric value

  • date date attribute represented by the date value

  • select_brand select attribute represented by the Attribute Option Code

  • multiselect_attribute multiselect attribute represented by the list of Attribute Option Codes separated by a comma

  • image image attribute represented by the Multimedia Path

  • gallery gallery attribute represented by the list of Multimedia Paths separated with a comma

  • file_appendix file attribute represented by the list of Multimedia Paths separated with a comma

  • product_relation product relation attribute represented by the list of SKUs separated with a comma

  • _name

    ✅

    Max length of 128 chars. Only existing folders(if given). Name has to contain a matching MIME type extension.

    _url

    ✅

    URL from multimedia can be downloaded from. Download happen only once on multimedia creation.

    _language

    ✅ if _alt or _title column present

    5 chars LCID language code. Example: pl_PL

    _alt

    products.csv

    circle-info

    This file can be used to: Create new products, make changes to existing ones, add variants to products with variants, and add products to a grouping product. Leave the attribute value empty to also delete its value in PIM.

    column
    required
    limitation

    _sku

    ✅

    circle-exclamation

    In the example, some values are collections(_children, _categories, multiselect_attribute, etc) separated by semicolons.

    If your column separator is a semicolon, then the CSV file should contain those values escaped with " sign to tell the importer that the value represents a single column, i.e. "option_code_1,option_code_2".

    Example:

    _sku
    _template
    _language
    _type
    _children
    _bindings
    _categories
    text_short_description
    textarea_description
    numeric_size
    price
    unit_weight
    date
    select_brand

    * Note in the above example columns not starting with _ prefix represents product attribute values. Each header name represents an attribute code identifying this Attribute and the cell contains the value.

    • text_short_description text attribute represented by the text value

    • textarea_description textarea attribute represented by the text value

    • numeric_size

    category

    pierwsze kategoria

    pl_PL

    text2

    textarea2

    2

    2

    -2

    09-11-2022

    option2

    option_code_1

    folder/multimedia.jpg

    folder/multimedia.jpg,multimedia2.jpg

    docs.pdf

    www.ergonode.com/image2.jpeg

    en_GB

    tekst alternatywny

    text2

    textarea2

    2

    2.34

    4

    2026-03-10

    option_code_2

    option_code_3,option_code_4

    folder/multimedia.jpg

    folder/multimedia1.jpg,folder/multimedia2.jpg

    docs.pdf

    sku3

    multiselect_attribute
    image
    gallery
    file_appendix
    product_relation

    sku_with_variants

    template_code

    en_GB

    VARIABLE-PRODUCT

    sku_simple1,sku_simple2

    product_size

    category_code_1,category_code_2

    text1

    textarea1

    -1
    1
    1

    2022-01-25

    option_code_1

    option_code_1,option_code_2

    multimedia.jpg

    numeric attribute represented by the numeric value
  • price price attribute represented by the positive numeric value

  • unit_weight unit attribute represented by the numeric value

  • date date attribute represented by the date value

  • select_brand select attribute represented by the Attribute Option Code

  • multiselect_attribute multiselect attribute represented by the list of Attribute Option Codes separated by a comma

  • image image attribute represented by the Multimedia Path

  • gallery gallery attribute represented by the list of Multimedia Paths separated with a comma

  • file_appendix file attribute represented by the list of Multimedia Paths separated with a comma

  • product_relation product relation attribute represented by the list of SKUs separated with a comma

  • Max length of 255 chars.

    _template

    ✅

    One of existing Template Codes.

    _type

    ✅

    One of {SIMPLE-PRODUCT, GROUPING-PRODUCT, VARIABLE-PRODUCT}

    _language

    ✅ if attribute values columns present

    5 chars LCID language code. Example: pl_PL

    _children

    Applies for grouping and variable product types. Only existing SKUs. In case of GROUPING-PRODUCT multiplication of SKUs is allowed - the amount represents the quantity.

    _bindings

    Applies for VARIABLE-PRODUCT type only. Only existing Attribute Codes.

    _categories

    One of existing Category Codes.

    attribute_code*

    Column header represents existing Attribute Code. Value should be valid according to given attribute type. Example: product_description

    docs.pdf

    sku_with_variants,sku_simple2

    docs.pdf

    docs.pdf

    folder/multimedia.jpg,multimedia2.jpg

    docs.pdf

    sku_simple1

    template_code

    en_GB

    SIMPLE-PRODUCT

    text2

    textarea2

    -2
    2
    2

    25-01-2022

    option_code_1

    option_code_1,option_code_2

    folder/multimedia.jpg

    sku_simple2

    template_code

    en_GB

    SIMPLE-PRODUCT

    text3

    textarea3

    3
    3
    -3

    2022-01-25 12:00:00

    option_code_1

    option_code_1,option_code_2

    folder/multimedia.jpg

    sku_grouping

    template_code

    en_GB

    GROUPING-PRODUCT

    sku_with_variants,sku_simple1

    text4

    textarea4

    4
    4
    -4

    2022-01-25

    option_code_1

    option_code_1,option_code_2

    folder/multimedia.jpg

    folder/multimedia.jpg,multimedia2.jpg

    folder/multimedia.jpg,multimedia2.jpg

    folder/multimedia.jpg,multimedia2.jpg

    attributes.csv

    circle-info

    This file can be used to: Create new attributes, add attribute translations, define attribute type, scope, and other attribute specifications accordingly.

    column
    required
    limitation

    _code

    ✅

    Available date formats:

    Date
    CSV Date Format

    Example:

    _code
    _type
    _scope
    _group
    _language
    _name
    format
    currency
    rich_edit
    unit

    01/31/1999

    MM/dd/yyyy

    January 31, 1999

    MMMM dd, yyyy

    31 January 1999

    dd MMMM yyyy

    31 Jan 1999

    dd MMM yyyy

    text

    textarea

    TEXT_AREA

    global

    default

    en_GB

    textarea

    true

    numeric

    NUMERIC

    local

    default

    en_GB

    numeric

    price

    PRICE

    global

    default

    en_GB

    price

    PLN

    unit

    UNIT

    local

    default

    en_GB

    unit

    m

    data

    DATE

    global

    default

    en_GB

    date

    yyyy-MM-dd

    select

    SELECT

    local

    default

    en_GB

    select

    multiselect

    MULTI_SELECT

    global

    default

    en_GB

    multiselect

    image

    IMAGE

    local

    default

    en_GB

    image

    gallery

    GALLERY

    global

    default

    en_GB

    gallery

    file

    FILE

    local

    default

    en_GB

    file

    product_relation

    PRODUCT_RELATION

    global

    default

    en_GB

    product relation

    Max length of 128 chars. Lowercased, alphanumerical and "_" signes are accepted.

    _type

    ✅

    One of {TEXT, TEXT_AREA, NUMERIC, PRICE, UNIT, DATE, SELECT, MULTI_SELECT, IMAGE, GALLERY, FILE, PRODUCT_RELATION}

    _scope

    ✅

    One of {local, global}

    _group

    One of existing Attribute Group Codes.

    _language

    ✅if one of _name, _hint or _placeholder columns present

    5 chars LCID language code. Example: pl_PL

    _name

    Max length of 255 chars. Lowercased, alphanumerical and "_" signes are accepted.

    _hint

    Max length of 4000 chars. Lowercased, alphanumerical and "_" signes are accepted.

    format

    ✅ if _type column is DATE

    One of existing date formats (see table below)

    currency

    ✅ if _type column is PRICE

    One of existing Currencies.

    rich_edit

    ✅ if _type column is TEXTAREA

    One of {true, false}

    unit

    ✅ if _type column is UNIT

    One of existing Unit Symbols.

    unique

    One of {true, false}

    1999-01-31

    yyyy-MM-dd

    99-01-31

    yy-MM-dd

    31.01.1999

    dd.MM.yyyy

    31.01.99

    dd.MM.yy

    01/31/99

    MM/dd/yy

    text

    TEXT

    local

    default

    en_GB