Skip to main content

product_option

A product option, such as size or color.

Properties

The name of the product option.

The 1-based index of the product option in the product.options_with_values array.

Anchor to
selected_value

The currently selected product option value.

If no value is currently selected, then nil is returned.

The possible values for the product option.

{
"name": "Size",
"position": 1,
"selected_value": {},
"values": []
}
Was this section helpful?