Update a product attribute
PATCH
v1/attributes/{Attribute-Id}/Use to update the value of a single attribute for a certain Role
Request
Path Params
Attribute-Id
stringÂ
required
Example:
1
Header Params
Accept-Language
enum<string>Â
optional
Preferred language for the response. Defaults to en
if not specified.
Allowed values:
enar
Example:
en
Store-Id
numberÂ
required
Example:
37213
Body Params application/json
name
objectÂ
optional
Example
{
"name": {}
}
Request samples
Responses
The updated attribute value.(200)
The updated attribute value.
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago