BaseVariantOptionValue model¶
BaseVariantOptionValue
is a model representing base data of the option value and consists of the following fields:
- name:
string
- option:
ProductOption
- value:
string
- userValue:
string
- label:
string
- additionalValue:
unknown | undefined
ProductOption¶
ProductOption
represents the ProductOption model.