Types > ProductFieldSetModify
Commerce APITypesProductFieldSetModify
ProductFieldSetModify

Description

Topic: Product Field Sets

Fields

fields: [ProductFieldCreate!]


name: String

Name of the field set

Translatable

Valid when: name is not empty

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


Used By

Mutations

productFieldSetsModify

Preview (typescript)

interface ProductFieldSetModify {
fields?: ProductFieldCreate[]
name?: string
}