I am trying to import configurable products into magento using magmi.
Consider simple products for configurable :
Product, Color, Quantity, Price
Product 1, Blue, 100, 10
Product 2, Blue, 50, 5
Product 3, Red, 50, 6
Problem that I am facing is that product might have different quantities which will have different prices.
So configurable options would look like this:
Quantity::50:5;50:6
Is there any solutions to disambiguate which price is for which option?