Home > @vsf-enterprise/bigcommerce-api > ProductOptionType
# ProductOptionType enum
Possible values of product option type.
Signature:
export declare enum ProductOptionType
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| Dropdown | "dropdown" | Dropdown type. |
| ProductList | "product_list" | Product list type. |
| ProductListWithImages | "product_list_with_images" | Product list with images type. |
| RadioButtons | "radio_buttons" | Radio buttons type. |
| Rectangles | "rectangles" | Rectangles type. |
| Swatch | "swatch" | Swatch type. |