product_option
The product_option object.
Properties
| Property | Description |
|---|---|
product_option.default_value_id | Identifier for the related default value record, or nil/empty when unavailable. |
product_option.display_type | Public display type value. |
product_option.has_values | true when this product option has values. |
product_option.id | Unique identifier. |
product_option.name | Name. |
product_option.position | Position/order index. |
product_option.selected_value | Buyer-visible selected_value value for this product option. |
product_option.values | The values. |
Property list is generated from the storefront engine (ProductOptionDrop), so it always matches what your theme can use. Use {{ product_option | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.