Skip to Content
0
Apr 27, 2018 at 12:59 PM

Two price rows for one product

562 Views

Hi there I have a problem with assign two price rows to one product via Impex. Why it needed e.g we have two prices for one product one of them is regular price and another one is price brake buy two and get less price

 INSERT_UPDATE PriceRow; productId[unique=true]; unit(code[unique = true, default = pieces]); currency(isocode)[unique = true]; price; minqtd; unitFactor; net
 
 ;"productSKU";;USD;"13.98";1;1;True
 ;"productSKU";;USD;"9.98";2;1;True

But because we have the same prodictId for both impex rows during the impex import second row just replace first and I get just one price row for the product.

Thanks in advance