Import configurable product bug in Magento 2

1 replies
I've just imported configurable products with a "".csv file"".
After finish, I got bug in some configurable products that the parent product doesn't contain correct simple one. What's wrong with this issue and could anyone show me how to fix it?
#bug #configurable #import #magento #product
Avatar of Unregistered
  • Profile picture of the author Charm Edward
    Check your .csv file that all values in ""configurable_variations"" field are correct. It should not have ""|"" symbol placed in wrong position of each value.
    Look at an example: ""|sku=1234,maat_cm=S/M|sku=1233,maat_cm=L/XL"" must change to ""sku=1234,maat_cm=S/M|sku=1233,maat_cm=L/XL""
    {{ DiscussionBoard.errors[11306393].message }}

Trending Topics