ProductVariantOptionValue
Product variant option value model.
interface ProductVariantOptionValue {
id: number;
label: string;
option_display_name: string;
option_id: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | number | option_value ID. |
label | Required | string | The label of the option value. |
option_display_name | Required | string | The name of the option. |
option_id | Required | number | option ID. |