Rails 3.2.2 app, using the most recent shopify gem on github.
I’ve looked at other threads on the shopify google group that suggested switching
ShopifyAPI::Base to use xml, but that had no effect.
Simple script, updates a product’s variant prices. This used to work,
not sure when it stopped working, but script is identical to the old
working version.
Essentially, if I set a variant price and compare_at_price, and then
save, shopify does not reflect a change. The method returns true,
however. Originally, the script simply called product.save at the end,
but I’ve also tried saving the variants individually and no luck.
Thanks for any help.
This was a bug in Shopify, which has now been fixed.
It affected product updates through the API for shops that had inventory management enabled.
Please retest and confirm that it has been fixed.