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.

Changes