Skip to content

BasicCharacteristic

Label/Value mapping of characteristic of a certain product.

Field Type Required Description
id string The id of the characteristic
label string The label of the characteristic like ‘size’
value string The value of the characteristic like when label is ‘size’ the value could be ‘xxl’
{
"id": "string",
"label": "string",
"value": "string"
}