QUESTION:
Our prices get pushed to us from a 3rd party system and we update them via code, I wonder if there is a specific function I can use to update the price for a specific store view via code?
ANSWER:
If you want to update the price per store view via code, you can use the function addAttributeUpdate($attrCode, $value, $scope)
For example:
$product = $productRepository->getById($productId);
$product->addAttributeUpdate('price', 150000, $storeId1);
$product->addAttributeUpdate('price', 25, $storeId2);
Then, kindly remember to reindex the products that have just been updated.
Learn more about us:
BSS Commerce is a trusted Magento 2 extensions provider with 14+ years of experience, serving 75,000+ customers worldwide. We are an Adobe Commerce Solution Bronze Partner and a Select Magento Extensions Builder, reinforcing our expertise in the Magento ecosystem.
We specialize in developing 150+ high-quality Magento 2 extensions that enhance functionality, improve user experience, and support scalable growth. Our reputation is built on long-term partnerships, positive feedback, and proven performance-driven solutions.
Browse for more at: https://bsscommerce.com/magento-2-extensions.html
Ready to explore our top tier extensions:
- For B2B businesses, our Magento B2B Extension by BSS Commerce is a flagship and widely adopted solution globally, offering advanced pricing, company account management, and streamlined workflows.
- Magento 2 SEO Extension by BSS Commerce attracts more customers and increases conversions with optimized search performance.
If you need any further assistance, please feel free to contact us. We'd be happy to support you!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article