on 2018 Apr 27 1:59 PM
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
Request clarification before answering.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.