product_ option
A product option, such as size or color.
Properties
The currently selected product option value.
If no value is currently selected, then
nil
is returned.- valuesarray of product_option_value
The possible values for the product option.
Anchor to
{
"name": "Size",
"position": 1,
"selected_value": {},
"values": []
}
{
"name": "Size",
"position": 1,
"selected_value": {},
"values": []
}
Was this section helpful?