# variant_option

> The variant_option Liquid object, which represents one option value of a product variant in a Shoplazza theme, such as a specific color or size.

A variant option, such as color or size.

| Properties | Type                                | Description                      |
| :--------- | :---------------------------------- | :------------------------------- |
| `name`     | [string](../basics/liquid-types#string) | The name of the product option.  |
| `value`    | [string](../basics/liquid-types#string) | The value of the product option. |

```json title="Object"
{
  "name": "Color",
  "value": "DarkRed"
}
```
