How to upload a new attribute via API?
I want to create an attribute from my android app written in Kotlin. For the explanation I am going to use Postman. Following is the code I use to create an attribute: Post method: https://mydomain.com/rest/V1/products/attributes Headers Content-Type: application/json Authorization: Bearer… Read More »How to upload a new attribute via API?