Home > @vsf-enterprise/bigcommerce-api > ProductModifierType
# ProductModifierType enum
Possible values of product modifier types.
Signature:
export declare enum ProductModifierType
# Enumeration Members
Member | Value | Description |
---|---|---|
Checkbox | "checkbox" | Checkbox type. |
Date | "date" | Date type. |
Dropdown | "dropdown" | Dropdown type. |
File | "file" | File type. |
MultiLineText | "multi_line_text" | Multi line text type. |
NumbersOnlyText | "numbers_only_text" | Numbers only text 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. |
Text | "text" | Text type. |