Let's say i have a product with variant properties:
color: white, black, green, red, blue
size: S,M,L,XL
finish:matte, glossy
resulting in 40 variants
The price only changes for the size attribute. so i have 4 times 10 variants that have the same price.
(In reality my product has 300+ variants)
I managed to update the sales prices by exporting to xls, updating the file and importing again.
I want to do the same for the vendor pricing but that does not seem to work.
These are the headers in my exported file:
id
name
barcode
standard_price
default_code
lst_price
attribute_value_ids/id
variant_seller_ids/id
variant_seller_ids/delay
variant_seller_ids/product_id/id
variant_seller_ids/product_name
variant_seller_ids/product_code
variant_seller_ids/price
These are the export values i use ... but when importing there purchase prices are all the same.
Where should i put the purchase price for the individual variants ?