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"
}
]
}