Variant Attributes
Create a Variant Attribute
Variant Attributes are required when creating variants. They are used to specify what properties make a particular SKU different to another. e.g. You may have an attribute 'Size' that lets you differentiate variants based on their size.
🔒 Requires: products:write scope
post/variant_attributes
Request body
Example request
{
"name": "Size"
}Response
The created variant attribute.