ProductVariant model¶
ProductVariant is a model representing details about the certain product variant and consists of the following fields:
- variantId:
number - name:
string - order:
number - isRequired:
boolean - isStock:
boolean - type:
string - values:
ProductVariantValue[]
ProductVariantValue¶
ProductVariantValue represents the ProductVariantValue model.