Partially update an attribute set
Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.
The unique identifier of the attribute set.
The payload accepted when partially updating an attribute set. All fields are optional; only the fields you send are changed.
The unique name of the attribute set.
The type of an attribute set.
simple— a standard attribute set (default)grouped— an attribute set used for grouped products
The updated attribute set.
A named group of attribute configurations assigned to products.
The unique identifier of the attribute set.
The unique name of the attribute set.
The type of an attribute set.
simple— a standard attribute set (default)grouped— an attribute set used for grouped products
The request contains invalid or missing data.
Authentication credentials were not provided or are invalid.
The authenticated user does not have administrator privileges.
The requested attribute set does not exist.
PATCH /api/remote/1/attribute_set/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"name": "text",
"attribute_set_type": "simple"
}{
"pk": 15,
"name": "Apparel",
"attribute_set_type": "simple",
"attributeconfig_set": []
}Last updated
Was this helpful?

