Association types data structure¶
The import/export file follows this data structure:
code (required): the association type code
label-<locale_code>: each label in a dedicated column (See Localized labels)
is_two_way: When true, the association is a two-way association
is_quantified: When true, the association is a quantified association
Note
File example:
code;is_two_way;is_quantified;label-en_US;label-fr_FR X_SELL;0;0;"Cross sell";"Vente croisée" UPSELL;0;0;Upsell;"Vente incitative" SUBSTITUTION;0;0;Substitution;Remplacement PACK;0;0;Pack;Pack
Be aware that an association type will be visible in an product export file only if you have products or groups of products using this association type.
Found a typo or a hole in the documentation and feel like contributing?
Join us on Github!