Hi
My magento installation has 3 stores (domain+language). I would like to update custom attributes for products. When I call
GET products/my_test_sku?storeId=1
i get something like the following json:
{ "id": 1036, "sku": "my_test_sku", : "custom_attributes": [ { "attribute_code": "question_color", "value": "#fa45a4" }, : ] }
I can not figure out how to update values for these custom attributes using some POST or PUT api call. The values are different for each storeId.
I really appreciate any help :-)
Kind regards - Mikkel
Solved! Go to Solution.
Hi @mortensenmff8e,
Check below URLs for the solution
https://www.rakeshjesadiya.com/update-product-using-rest-api-magento-2/
https://magento.stackexchange.com/questions/164278/update-product-using-rest-api-in-magento-2
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
Hi @mortensenmff8e,
Check below URLs for the solution
https://www.rakeshjesadiya.com/update-product-using-rest-api-magento-2/
https://magento.stackexchange.com/questions/164278/update-product-using-rest-api-in-magento-2
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!