update product custom attribute API JSON format
I was using the postman to send post request. I have a single json payload send to API endpoint, which is success rest/default/V1/products/ { “product”: { “sku”: “203-197-1022”, “custom_attributes”: [ { “attribute_code”: “description2”, “value”: “CHECK CHECK 555” } ] }… Read More »update product custom attribute API JSON format