Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GideonBabu/4fb748fc22e73759064a1740561794b2 to your computer and use it in GitHub Desktop.
Save GideonBabu/4fb748fc22e73759064a1740561794b2 to your computer and use it in GitHub Desktop.
Magento 2: Update product attribute programmatically
//$eavSetup->updateAttribute(Product::ENTITY, $attributeCode, $attributeField, $value);
$eavSetup->updateAttribute('catalog_product', 'price', 'position', 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment