Skip to main content

Interface: ClusterOptionCreateInput

Defined in: type/ClusterOptionCreateInput.ts:7

Input object for ClusterOptionCreateInput

Properties

defaultProductId?

optional defaultProductId?: number

Defined in: type/ClusterOptionCreateInput.ts:20

Identifier of the product preselected as the default choice for the option.


descriptions?

optional descriptions?: LocalizedStringInput[]

Defined in: type/ClusterOptionCreateInput.ts:11

descriptions input field


hidden

hidden: YesNo

Defined in: type/ClusterOptionCreateInput.ts:17

Cluster option hidden status, defaults to N


isRequired?

optional isRequired?: YesNo

Defined in: type/ClusterOptionCreateInput.ts:15

isRequired input field


names?

optional names?: LocalizedStringInput[]

Defined in: type/ClusterOptionCreateInput.ts:9

names input field


productIds?

optional productIds?: number[]

Defined in: type/ClusterOptionCreateInput.ts:22

Products that the customer can pick from for the option.


shortDescriptions?

optional shortDescriptions?: LocalizedStringInput[]

Defined in: type/ClusterOptionCreateInput.ts:13

shortDescriptions input field


sources?

optional sources?: SourceInput[]

Defined in: type/ClusterOptionCreateInput.ts:24

Pairs of external system names and the identifiers each system assigned to the cluster option.