Variant Attributes
Retrieve a single Variant Attribute
Retrieves a single Variant Attribute with the given id.
🔒 Requires: products:read scope
get/variant_attributes/{attribute-id}
Path parameters
attribute-idstring uuid required
The object identifier of the Variant Attribute to retrieve.
Query parameters
deletedboolean
Indicates whether deleted items should be included in the response.
Response
The variant attribute.
Example response
{
"id": "06564c2b-6841-11eb-f2da-d2fb9abb0c90",
"name": "Size"
}