Skip to main content

createCustomerField

Creates a new CustomerField

Arguments

actorActorContext!

The context of the User & Team making the request

allowMultipleBoolean!

Whether the CustomerField allows multiple values

currencyCurrency

The currency of the CustomerField

customerFieldGroupIdID

(optional) The initial customer field group to assign this field to

descriptionString

The description of the CustomerField

isUserEditableBoolean!

Whether the CustomerField is user editable

keyString!

The key of the CustomerField

labelString!

The label of the CustomerField

options[CustomerFieldOptionInput!]

The options of the CustomerField

orderCustomerFieldOrder

The order of preference for single-value CustomerFields

typeCustomerFieldType!

The type of the CustomerField

Returns

CreateCustomerFieldPayload!