Types > BrandingFieldType
Commerce APITypesBrandingFieldType
BrandingFieldType

Values

ValueDescription
boolean
color
font
image_file
link
radio
string
text

Used By

Types

BrandingField, BrandingFieldCreate

Preview (typescript)

type BrandingFieldType =
| "boolean"
| "color"
| "font"
| "image_file"
| "link"
| "radio"
| "string"
| "text"