How to update product attribute via Magento 2 API
I’m writing a Magento 2 client library in nodeJS and I’ve created some product attributes via this POST API /rest/V1/products/attributes which worked fine but I want to add update method as well, for which I tried this PUT API /rest/V1/products/attributes/{attributeCode}… Read More »How to update product attribute via Magento 2 API