Skip to content

VariantType

The VariantType Field Type offers a user interface for editing product variants.

The Field Type offers a selection of preconfigured variant types.

A variant type can be a one level or two level variant. The variant types can be set up in a YAML file.

The data is stored in JSON format:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
[
  {
    "sku": {
      "label": "Sku",
      "value": "5515"
    },
    "variantCode": {
      "label": "Variant Code",
      "value": "5515"
    },
    "description": {
      "label": "Description",
      "value": "Alibaba Single Door Silver Refrigerator"
    },
    // ...
  },
]