cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Two price rows for one product

Former Member
0 Likes
1,069

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

Accepted Solutions (0)

Answers (0)