Types > ProductFieldCreate
Commerce APITypesProductFieldCreate
ProductFieldCreate

Description

Fields

choices: [String!]

A set of choices for "choice" field type


label: String!

Label of the field

Example: "Logo"

Valid when: label is not empty

Valid when: label's length doesn't exceed 250 characters


required: Boolean

Whether field is required or not

Example: false


type: ProductFieldType!

Type of the field


Used By

Types

ProductFieldSetCreate, ProductFieldSetModify

Preview (typescript)

Loading module