v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
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.

deleted_atstring date-time nullable

Timestamp in UTC.

idstring uuid
namestring

Example response

{
  "id": "06564c2b-6841-11eb-f2da-d2fb9abb0c90",
  "name": "Size"
}