Types > ProductFieldType
Values
Value | Description |
---|---|
checkbox | |
choice | |
file | |
number | |
string | |
text |
Used By
Types
LineItemField, LineItemFieldCreate, ProductField, ProductFieldCreate
Preview (typescript)
type ProductFieldType =| "checkbox"| "choice"| "file"| "number"| "string"| "text"