ProductFeature - Liquid Object Reference
On this page
Description
The ProductFeature object represents a grouping of ProductOptions in a product bundle.
:::note
This object supports custom data via the data attribute.
:::
Attributes
| Attribute | Type | Description |
|---|---|---|
id |
String | Returns the unique id for this ProductFeature |
name |
String | Returns the value of the Name attribute |
product_options |
List[ProductOption] | Returns a list of ProductOptions belonging to this ProductFeature |
require_single_choice? |
Boolean | Indicates that the ProductFeature requires a single choice |