v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Variant Attributes

Update a Variant Attribute's

Updates a Variant Attribute's name.

🔒 Requires: products:write scope

put/variant_attributes/{attribute-id}

Path parameters

attribute-idstring uuid required

The object identifier of the Variant Attribute to update.

Request body

namestring required

Example request

{
  "name": "Size"
}

Response

The updated variant attribute.