v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
Variant Attributes

Retrieve all Variant Attributes

Retrieve all Variant Attributes.

🔒 Requires: products:read scope

get/variant_attributes

Query parameters

deletedboolean

Indicates whether deleted items should be included in the response.

Response

The list of variant attributes.

Example response

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