跳至内容
菜单
此问题已终结
2 回复
314 查看


Hello Everyone,

I have an attribute 'A' with values ​​like '10 ml', '20 ml', and an attribute 'B' with a value '10 ml'. While importing products—for example, product 'PQR' with attribute 'A' value '10 ml' and product 'XYZ' with attribute 'B' value '10 ml'—I'm encountering an error stating '10 ml found 2 times'. How can I resolve this issue when importing products via Excel into the Inventory module?

形象
丢弃
编写者 最佳答案

Thank you done successfully :)

形象
丢弃
最佳答案

Hi,

steps:

1. Make attribute values unique globally

2, Use the attribute value ID in the import

      Instead of using the display name (10 ml), use the ID/reference of the attribute value.


Go to Inventory → Products → Product Attributes → Attribute Values.


Note the External ID / XML ID of each attribute value.


In your Excel, instead of writing 10 ml, write the ID (like product_attribute_value_10_ml_A).


Hope it helps.

形象
丢弃