## Product Option Value The `product_option_value` object describes a value for a product option, such as a specific size or color. ```liquid {%- comment -%} Output option value handle {%- endcomment -%} {{ value.handle }} ``` ## handle Returns the handle. ## sort_order Returns the sort order. ## title Returns the title. ## selected Returns whether this value is selected. ## taxonomy_value_id Returns the taxonomy value ID. ## taxonomy_value_handle Returns the taxonomy value handle. ## taxonomy_value Returns the [taxonomy_value](/reference/liquid/objects/feed/product_taxonomy_value/) for this value. ## variant Returns the [variant](/reference/liquid/objects/feed/product_variant/) for this value. ## image Returns the [image](/reference/liquid/objects/feed/image/) for this value.