csv_export_documentation:csv_format

csv_export_documentation:csv_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
csv_export_documentation:csv_format [2023/02/22 10:45]
rihad [The columns in detail]
csv_export_documentation:csv_format [2023/02/22 10:55]
rihad [Exporting variants with parent id]
Line 316: Line 316:
 === Format === === Format ===
  
-  * A parent product must contain all ordernumbers of its variants and the variants must not contain any ordernumber ​at all.+  * A parent product must contain all ordernumbers of its variants and each variant needs a dedicated ​ordernumber ​as well.
   * A variant export must contain a column called parent_id   * A variant export must contain a column called parent_id
   * Variant products must follow the parent product immediately,​ without any other parent products in between.   * Variant products must follow the parent product immediately,​ without any other parent products in between.
Line 322: Line 322:
   * Only the attributes of the parent have a effect on the outputAttributes.   * Only the attributes of the parent have a effect on the outputAttributes.
   * Attributes which should be applied to all variants must be defined in the attributes field of the parent.   * Attributes which should be applied to all variants must be defined in the attributes field of the parent.
-  * ItemVariants/​children without attributes will not be imported.+  * ItemVariants/​children without attributes will break the export.
   * A child must not contain keywords. This will break the export.   * A child must not contain keywords. This will break the export.
   * Prices of variant items won't be used for sorting.   * Prices of variant items won't be used for sorting.