You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
VariantCategory
Representation of a Variant Category VariantCategory
export interface VariantCategory {
'hasImage'?: boolean;
'name'?: string;
'priority'?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
hasImage | Optional | boolean | Flag if varian category has image assigned {boolean} VariantCategory |
name | Optional | string | Variant category name {string} VariantCategory |
priority | Optional | number | Priority number of variant category {number} VariantCategory |