But after save, it stays at 567. $product->setGoogleShoppingCategory(5701) also failed. Not sure if I'm missing some special properties of the attribute; I know it loads the source data from a flat file, but didn't think that would impact saving the data as it's just an int stored in the EAV tables.
The google_shopping_category attribute, which assigned itself automatically, does not seem to save correctly. Example code:
But after save, it stays at 567.
$product->setGoogleShoppingCategory(5701)
also failed. Not sure if I'm missing some special properties of the attribute; I know it loads the source data from a flat file, but didn't think that would impact saving the data as it's just an int stored in the EAV tables.