Types > ProductFieldSetCreate
Commerce APITypesProductFieldSetCreate
ProductFieldSetCreate

Description

Topic: Product Field Sets

Fields

fields: [ProductFieldCreate!]!


name: String!

Name of the field set

Valid when: name is not empty

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


Used By

Mutations

productFieldSetsCreate

Preview (typescript)

interface ProductFieldSetCreate {
fields: ProductFieldCreate[]
name: string
}