Product Merchandising
Edit on GitHubThe Product Merchandising category contains all data you need to manage merchandising information in your online store. We have structured this section according to the following CSV files that you must use to import the data:
- product_group.csv: allows you to create product groups.
- product_label.csv: allows you to create labels to assign to products. You can use the “New” or “Special sales”, etc. labels to promote the products.
- product_relation.csv: allows you to define which products are related to each other.
- product_review.csv: allows you to load information about product reviews.
- product_search_attribute.csv: sets additional search attributes for products.
- product_search_attribute_map.csv: maps the product attributes that are imported in the product_attribute_key.csv file with Elasticsearch-specific properties.
- product_set.csv: allows you to define product sets.
- product_discontinued.csv: allows you to define discontinued products.
- product_alternative.csv: allows you to define alternative products.
- product_quantity.csv: allows you to set product quantity restrictions.
The following table provides details about Product Merchandising data importers, their purpose, CSV files, dependencies, and other details. Each data importer contains links to CSV files used to import the corresponding data, including specifications of mandatory and unique fields, dependencies, detailed explanations, recommendations, templates, and content examples.
DATA IMPORTER | PURPOSE | CONSOLE COMMAND | FILES | DEPENDENCIES |
---|---|---|---|---|
Product Group | Imports information used to create product groups. | data:import:product-group |
product_group.csv | product_abstract.csv |
Product Label | Imports information used to define the labels that can be assigned to the products, such as special sales labels. | data:import:product-label |
product_label.csv | product_abstract.csv |
Product Label Store | Imports information to configure product label and store assignment. | data:import:product-label-store |
product_label_store.csv | product_label.csv |
Product Relation | Imports information used to define which products are related to each other. | data:import:product-relation |
product_relation.csv | product_abstract.csv |
Product Review | Imports information about product reviews. | data:import:product-review |
product_review.csv | |
Product Search Attribute | Imports information used to set additional search attributes. | data:import:product-search-attribute |
product_search_attribute.csv | product_attribute_key.csv |
Product Search Attribute Map | Imports information to map the product attributes that are imported in the product_attribute_key.csv file with Elasticsearch-specific properties. |
data:import:product-search-attribute-map |
product_search_attribute_map.csv | product_attribute_key.csv |
Product Set | Imports relevant information about the product sets. | data:import:product-set |
product_set.csv | product_abstract.csv |
Product Discontinued | Imports information identifying products that have been discontinued. | data:import:product-discontinued |
product_discontinued.csv | product_concrete.csv |
Product Alternative | Imports information identifying alternative products to ones that have been discontinued. | data:import:product-alternative |
product_alternative.csv | |
Product Quantity | Contains information about product quantity restrictions (e.g. a customer cannot buy less than 100 units of an item). | data:import:product-quantity |
product_quantity.csv | product_concrete.csv |
Thank you!
For submitting the form