Hi,
I'd like to do a bulk import to update our attribute option prices.
I can't find a simple way to do this.
I have tried the XML import, but keep getting errors.
I tried the following:
But that yields an error "ProductAttributeOption_Update: Missing required attribute option_code"
We have hundreds of option prices. Currently doing it manually in admin takes too long.
Any help appreciated.
Thanks
I'd like to do a bulk import to update our attribute option prices.
I can't find a simple way to do this.
I have tried the XML import, but keep getting errors.
I tried the following:
Code:
<ProductAttributeOption_Update product_code="Thermarest-Air-Head-Down-Pillow" attribute_code="Option"> <code>MidnightPrintL</code> <price>6</price> </ProductAttributeOption_Update>
We have hundreds of option prices. Currently doing it manually in admin takes too long.
Any help appreciated.
Thanks
Comment