Skip to content

product

Auto Added by WPeMatico

Get product using SKU with respect to the store data using Magento 2 REST API

I use the core API /V1/products/:sku to get the product using the SKU. for example, I have 2 stores, one in English and another in Japanese. My API Endpoint is like http://local.mystore.com/storefront/en-us/rest/V1/products/myproduct for the English store and http://local.mystore.com/storefront/en-jp/rest/V1/products/myproduct for the… Read More »Get product using SKU with respect to the store data using Magento 2 REST API

Update price progrmmatically

I’m trying to update the price for configurable product programmatically. But the price is not updating. Also I’m getting integrity constrain error when the sku is not assigned. if($proType == ‘configurable’) { $conf_product = $this->productRepository->get($sku); //echo $conf_product->getId(); exit; $conf_product =… Read More »Update price progrmmatically

We run several offers during festive seasons. Is there a way to create interactive labels for products to advertise our marketing campaigns?

So right now I am using the magento2 platform and I want my site to look more presentable to the customer after my research I am inclined to move towards creating labels for products. However, I am not well versed… Read More »We run several offers during festive seasons. Is there a way to create interactive labels for products to advertise our marketing campaigns?